Apache CXF API

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

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

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

Methods in org.apache.cxf.configuration.jsse.spring 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 TrustManagersType.keyStore
           
protected  KeyStoreType KeyManagersType.keyStore
           
 

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

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


Apache CXF API

Apache CXF