| Package | Description |
|---|---|
| org.apache.camel.support.jsse |
A collection of utility classes for configuring a JSSE SSLContext and other JSSE classes.
|
| Modifier and Type | Field and Description |
|---|---|
protected KeyStoreParameters |
KeyManagersParameters.keyStore
The key store configuration used to create the
KeyStoreParameters that the KeyManagers produced
by this object's configuration expose. |
protected KeyStoreParameters |
TrustManagersParameters.keyStore
The key store configuration used to create the
KeyStoreParameters that the TrustManagers produced
by this object's configuration expose. |
| Modifier and Type | Method and Description |
|---|---|
KeyStoreParameters |
KeyManagersParameters.getKeyStore() |
KeyStoreParameters |
TrustManagersParameters.getKeyStore() |
| Modifier and Type | Method and Description |
|---|---|
void |
KeyManagersParameters.setKeyStore(KeyStoreParameters value)
Sets the key store configuration used to create the
KeyStore that the KeyManagers produced by
this object's configuration expose. |
void |
TrustManagersParameters.setKeyStore(KeyStoreParameters value)
Sets the key store configuration used to create the
KeyStoreParameters that the TrustManagers
produced by this object's configuration expose. |
Apache Camel