Uses of Class
org.apache.cxf.configuration.security.KeyStoreType
-
Packages that use KeyStoreType Package Description 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 Modifier and Type Method Description static KeyStoreTLSParameterJaxBUtils. getKeyStore(KeyStoreType kst)static KeyStoreTLSParameterJaxBUtils. getKeyStore(KeyStoreType kst, boolean trustStore)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 Modifier and Type Field Description protected KeyStoreTypeKeyManagersType. keyStoreThis element specified the Keystore for these JSSE KeyManagers.protected KeyStoreTypeTrustManagersType. keyStoreThis element contains the KeyStore used as a trust store.Methods in org.apache.cxf.configuration.security that return KeyStoreType Modifier and Type Method Description KeyStoreTypeObjectFactory. createKeyStoreType()Create an instance ofKeyStoreTypeKeyStoreTypeKeyManagersType. getKeyStore()Gets the value of the keyStore property.KeyStoreTypeTrustManagersType. getKeyStore()Gets the value of the keyStore property.Methods in org.apache.cxf.configuration.security with parameters of type KeyStoreType Modifier and Type Method Description voidKeyManagersType. setKeyStore(KeyStoreType value)Sets the value of the keyStore property.voidTrustManagersType. setKeyStore(KeyStoreType value)Sets the value of the keyStore property.
-