Uses of Class
org.apache.cxf.configuration.security.KeyStoreType
Packages that use KeyStoreType
-
Uses of KeyStoreType in org.apache.cxf.configuration.jsse
Methods in org.apache.cxf.configuration.jsse with parameters of type KeyStoreTypeModifier and TypeMethodDescriptionstatic 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 KeyStoreTypeModifier and TypeFieldDescriptionprotected 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 KeyStoreTypeModifier and TypeMethodDescriptionObjectFactory.createKeyStoreType()Create an instance ofKeyStoreTypeKeyManagersType.getKeyStore()Gets the value of the keyStore property.TrustManagersType.getKeyStore()Gets the value of the keyStore property.Methods in org.apache.cxf.configuration.security with parameters of type KeyStoreTypeModifier and TypeMethodDescriptionvoidKeyManagersType.setKeyStore(KeyStoreType value) Sets the value of the keyStore property.voidTrustManagersType.setKeyStore(KeyStoreType value) Sets the value of the keyStore property.