Uses of Class
org.wso2.wsas.persistence.dataobject.KeyStoreDO

Packages that use KeyStoreDO
org.wso2.wsas.persistence   
org.wso2.wsas.persistence.dao   
org.wso2.wsas.persistence.dataobject   
 

Uses of KeyStoreDO in org.wso2.wsas.persistence
 

Methods in org.wso2.wsas.persistence that return KeyStoreDO
 KeyStoreDO PersistenceManager.getKeyStore(java.lang.String ksName)
           
 KeyStoreDO[] PersistenceManager.getKeyStores()
           
 

Methods in org.wso2.wsas.persistence with parameters of type KeyStoreDO
 java.lang.Long PersistenceManager.addKeyStore(KeyStoreDO keyStore)
           
 

Uses of KeyStoreDO in org.wso2.wsas.persistence.dao
 

Methods in org.wso2.wsas.persistence.dao that return KeyStoreDO
 KeyStoreDO KeyStoreDAO.getKeyStore(java.lang.String ksName)
           
 KeyStoreDO[] KeyStoreDAO.getKeyStores()
           
 

Uses of KeyStoreDO in org.wso2.wsas.persistence.dataobject
 

Methods in org.wso2.wsas.persistence.dataobject that return KeyStoreDO
 KeyStoreDO ServiceDO.getPrivateKeyStore()
          Getter for property 'privateKeyStore'.
 

Methods in org.wso2.wsas.persistence.dataobject with parameters of type KeyStoreDO
 void ServiceDO.addTrustedCertStore(KeyStoreDO keyStore)
           
 void ServiceDO.addTrustStore(KeyStoreDO trustStore)
           
 void ServiceDO.setPrivateKeyStore(KeyStoreDO privateKeyStore)
          Setter for property 'privateKeyStore'.