Uses of Class
org.apache.camel.support.jsse.KeyManagersParameters
Packages that use KeyManagersParameters
Package
Description
A collection of utility classes for configuring a JSSE SSLContext and other JSSE classes.
-
Uses of KeyManagersParameters in org.apache.camel.support.jsse
Methods in org.apache.camel.support.jsse that return KeyManagersParametersMethods in org.apache.camel.support.jsse with parameters of type KeyManagersParametersModifier and TypeMethodDescriptionvoid
SSLContextParameters.setKeyManagers
(KeyManagersParameters keyManagers) Sets the optional key manager configuration for creating theKeyManager
s used in constructing anSSLContext
.