Uses of Class
org.apache.camel.support.jsse.KeyStoreParameters
Packages that use KeyStoreParameters
Package
Description
A collection of utility classes for configuring a JSSE SSLContext and other JSSE classes.
-
Uses of KeyStoreParameters in org.apache.camel.support.jsse
Fields in org.apache.camel.support.jsse declared as KeyStoreParametersModifier and TypeFieldDescriptionprotected KeyStoreParametersKeyManagersParameters.keyStoreThe key store configuration used to create theKeyStoreParametersthat theKeyManagers produced by this object's configuration expose.protected KeyStoreParametersTrustManagersParameters.keyStoreThe key store configuration used to create theKeyStoreParametersthat theTrustManagers produced by this object's configuration expose.Methods in org.apache.camel.support.jsse that return KeyStoreParametersModifier and TypeMethodDescriptionKeyManagersParameters.getKeyStore()TrustManagersParameters.getKeyStore()Methods in org.apache.camel.support.jsse with parameters of type KeyStoreParametersModifier and TypeMethodDescriptionvoidKeyManagersParameters.setKeyStore(KeyStoreParameters value) Sets the key store configuration used to create theKeyStorethat theKeyManagers produced by this object's configuration expose.voidTrustManagersParameters.setKeyStore(KeyStoreParameters value) Sets the key store configuration used to create theKeyStoreParametersthat theTrustManagers produced by this object's configuration expose.