Uses of Class
org.apache.camel.support.jsse.KeyStoreParameters
Packages that use KeyStoreParameters
Package
Description
Configuration classes for Java Secure Socket Extension (JSSE) SSL/TLS setup.
-
Uses of KeyStoreParameters in org.apache.camel.support.jsse
Fields in org.apache.camel.support.jsse declared as KeyStoreParametersModifier and TypeFieldDescriptionprotected @Nullable KeyStoreParametersKeyManagersParameters.keyStoreprotected @Nullable KeyStoreParametersTrustManagersParameters.keyStoreMethods in org.apache.camel.support.jsse that return KeyStoreParametersModifier and TypeMethodDescription@Nullable KeyStoreParametersKeyManagersParameters.getKeyStore()@Nullable KeyStoreParametersTrustManagersParameters.getKeyStore()Methods in org.apache.camel.support.jsse with parameters of type KeyStoreParametersModifier and TypeMethodDescriptionvoidKeyManagersParameters.setKeyStore(@Nullable KeyStoreParameters value) The key store configuration used to create theKeyStorethat theKeyManagers produced by this object's configuration expose.voidTrustManagersParameters.setKeyStore(@Nullable KeyStoreParameters value) Sets the key store configuration used to create theKeyStoreParametersthat theTrustManagers produced by this object's configuration expose.