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 KeyStoreParameters
KeyManagersParameters. keyStore
The key store configuration used to create theKeyStoreParameters
that theKeyManager
s produced by this object's configuration expose.protected KeyStoreParameters
TrustManagersParameters. keyStore
The key store configuration used to create theKeyStoreParameters
that theTrustManager
s produced by this object's configuration expose.Methods in org.apache.camel.support.jsse that return KeyStoreParameters Modifier and Type Method Description KeyStoreParameters
KeyManagersParameters. getKeyStore()
KeyStoreParameters
TrustManagersParameters. getKeyStore()
Methods in org.apache.camel.support.jsse with parameters of type KeyStoreParameters Modifier and Type Method Description void
KeyManagersParameters. setKeyStore(KeyStoreParameters value)
Sets the key store configuration used to create theKeyStore
that theKeyManager
s produced by this object's configuration expose.void
TrustManagersParameters. setKeyStore(KeyStoreParameters value)
Sets the key store configuration used to create theKeyStoreParameters
that theTrustManager
s produced by this object's configuration expose.
-