Uses of Class
org.apache.cxf.configuration.security.KeyManagersType
-
Packages that use KeyManagersType Package Description org.apache.cxf.configuration.jsse org.apache.cxf.configuration.security -
-
Uses of KeyManagersType in org.apache.cxf.configuration.jsse
Methods in org.apache.cxf.configuration.jsse with parameters of type KeyManagersType Modifier and Type Method Description static 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 KeyManagersType Modifier and Type Field Description protected KeyManagersTypeTLSClientParametersType. keyManagersThis element contains the KeyManagers specification.protected KeyManagersTypeTLSServerParametersType. keyManagersThis element contains the KeyManagers specification.Methods in org.apache.cxf.configuration.security that return KeyManagersType Modifier and Type Method Description KeyManagersTypeObjectFactory. createKeyManagersType()Create an instance ofKeyManagersTypeKeyManagersTypeTLSClientParametersType. getKeyManagers()Gets the value of the keyManagers property.KeyManagersTypeTLSServerParametersType. getKeyManagers()Gets the value of the keyManagers property.Methods in org.apache.cxf.configuration.security with parameters of type KeyManagersType Modifier and Type Method Description voidTLSClientParametersType. setKeyManagers(KeyManagersType value)Sets the value of the keyManagers property.voidTLSServerParametersType. setKeyManagers(KeyManagersType value)Sets the value of the keyManagers property.
-