Uses of Class
org.apache.camel.support.jsse.KeyManagersParameters
Packages that use KeyManagersParameters
Package
Description
Configuration classes for Java Secure Socket Extension (JSSE) SSL/TLS setup.
-
Uses of KeyManagersParameters in org.apache.camel.support.jsse
Methods in org.apache.camel.support.jsse that return KeyManagersParametersModifier and TypeMethodDescription@Nullable KeyManagersParametersSSLContextParameters.getKeyManagers()Methods in org.apache.camel.support.jsse with parameters of type KeyManagersParametersModifier and TypeMethodDescriptionvoidSSLContextParameters.setKeyManagers(@Nullable KeyManagersParameters keyManagers) Sets the optional key manager configuration for creating theKeyManagers used in constructing anSSLContext.