Apache CXF API

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

Packages that use KeyManagersType
org.apache.cxf.configuration.jsse.spring   
org.apache.cxf.configuration.security   
 

Uses of KeyManagersType in org.apache.cxf.configuration.jsse.spring
 

Methods in org.apache.cxf.configuration.jsse.spring 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 TLSServerParametersType.keyManagers
           
protected  KeyManagersType TLSClientParametersType.keyManagers
           
 

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

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


Apache CXF API

Apache CXF