Uses of Class
org.apache.camel.util.jsse.KeyManagersParameters

Packages that use KeyManagersParameters
org.apache.camel.util.jsse A collection of utility classes for configuring a JSSE SSLContext and other JSSE classes. 
 

Uses of KeyManagersParameters in org.apache.camel.util.jsse
 

Methods in org.apache.camel.util.jsse that return KeyManagersParameters
 KeyManagersParameters SSLContextParameters.getKeyManagers()
           
 

Methods in org.apache.camel.util.jsse with parameters of type KeyManagersParameters
 void SSLContextParameters.setKeyManagers(KeyManagersParameters keyManagers)
          Sets the optional key manager configuration for creating the KeyManagers used in constructing an SSLContext.
 



Apache CAMEL