Apache CXF API

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

Packages that use KeyManagersType
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
static KeyManager[] TLSParameterJaxBUtils.getKeyManagers(KeyManagersType kmc)
          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
protected  KeyManagersType TLSClientParametersType.keyManagers
          This element contains the KeyManagers specification.
protected  KeyManagersType TLSServerParametersType.keyManagers
          This element contains the KeyManagers specification.
 

Methods in org.apache.cxf.configuration.security that return KeyManagersType
 KeyManagersType ObjectFactory.createKeyManagersType()
          Create an instance of KeyManagersType
 KeyManagersType TLSClientParametersType.getKeyManagers()
          Gets the value of the keyManagers property.
 KeyManagersType TLSServerParametersType.getKeyManagers()
          Gets the value of the keyManagers property.
 

Methods in org.apache.cxf.configuration.security with parameters of type KeyManagersType
 void TLSClientParametersType.setKeyManagers(KeyManagersType value)
          Sets the value of the keyManagers property.
 void TLSServerParametersType.setKeyManagers(KeyManagersType value)
          Sets the value of the keyManagers property.
 


Apache CXF API

Apache CXF