Apache CXF API

Uses of Class
org.apache.cxf.configuration.security.KeyStoreType

Packages that use KeyStoreType
org.apache.cxf.configuration.jsse   
org.apache.cxf.configuration.security   
 

Uses of KeyStoreType in org.apache.cxf.configuration.jsse
 

Methods in org.apache.cxf.configuration.jsse with parameters of type KeyStoreType
static KeyStore TLSParameterJaxBUtils.getKeyStore(KeyStoreType kst)
          This method converts a JAXB generated KeyStoreType into a KeyStore.
 

Uses of KeyStoreType in org.apache.cxf.configuration.security
 

Fields in org.apache.cxf.configuration.security declared as KeyStoreType
protected  KeyStoreType KeyManagersType.keyStore
          This element specified the Keystore for these JSSE KeyManagers.
protected  KeyStoreType TrustManagersType.keyStore
          This element contains the KeyStore used as a trust store.
 

Methods in org.apache.cxf.configuration.security that return KeyStoreType
 KeyStoreType ObjectFactory.createKeyStoreType()
          Create an instance of KeyStoreType
 KeyStoreType KeyManagersType.getKeyStore()
          Gets the value of the keyStore property.
 KeyStoreType TrustManagersType.getKeyStore()
          Gets the value of the keyStore property.
 

Methods in org.apache.cxf.configuration.security with parameters of type KeyStoreType
 void KeyManagersType.setKeyStore(KeyStoreType value)
          Sets the value of the keyStore property.
 void TrustManagersType.setKeyStore(KeyStoreType value)
          Sets the value of the keyStore property.
 


Apache CXF API

Apache CXF