Uses of Class
org.apache.camel.support.jsse.KeyStoreParameters
-
Packages that use KeyStoreParameters Package Description org.apache.camel.support.jsse 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 KeyStoreParameters Modifier and Type Field Description protected 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 KeyStoreParameters Modifier and Type Method Description KeyStoreParametersKeyManagersParameters. getKeyStore()KeyStoreParametersTrustManagersParameters. getKeyStore()Methods in org.apache.camel.support.jsse with parameters of type KeyStoreParameters Modifier and Type Method Description voidKeyManagersParameters. 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.
-