Uses of Class
org.apache.cxf.configuration.security.KeyManagersType
Packages that use KeyManagersType
-
Uses of KeyManagersType in org.apache.cxf.configuration.jsse
Methods in org.apache.cxf.configuration.jsse with parameters of type KeyManagersTypeModifier and TypeMethodDescriptionstatic KeyManager[]TLSParameterJaxBUtils.getKeyManagers(KeyManagersType kmc) This method converts the JAXB KeyManagersType into a list of JSSE KeyManagers.static KeyManager[]TLSParameterJaxBUtils.getKeyManagers(KeyManagersType kmc, String alias) This method converts the JAXB KeyManagersType into a list of JSSE KeyManagers. -
Uses of KeyManagersType in org.apache.cxf.configuration.security
Fields in org.apache.cxf.configuration.security declared as KeyManagersTypeModifier and TypeFieldDescriptionprotected KeyManagersTypeTLSClientParametersType.keyManagersThis element contains the KeyManagers specification.protected KeyManagersTypeTLSServerParametersType.keyManagersThis element contains the KeyManagers specification.Methods in org.apache.cxf.configuration.security that return KeyManagersTypeModifier and TypeMethodDescriptionObjectFactory.createKeyManagersType()Create an instance ofKeyManagersTypeTLSClientParametersType.getKeyManagers()Gets the value of the keyManagers property.TLSServerParametersType.getKeyManagers()Gets the value of the keyManagers property.Methods in org.apache.cxf.configuration.security with parameters of type KeyManagersTypeModifier and TypeMethodDescriptionvoidTLSClientParametersType.setKeyManagers(KeyManagersType value) Sets the value of the keyManagers property.voidTLSServerParametersType.setKeyManagers(KeyManagersType value) Sets the value of the keyManagers property.