| Constructor and Description |
|---|
TrustStoreCallback() |
| Modifier and Type | Method and Description |
|---|---|
KeyStore |
getTrustStore()
Used by the TrustStore user to obtain the TrustStore set within the Callback.
|
void |
setTrustStore(KeyStore trustStore)
Used by the CallbackHandler to set the trusted certificate keystore within the Callback.
|
public void setTrustStore(KeyStore trustStore)
trustStore - The trusted certificate KeyStore, which must already be loaded.public KeyStore getTrustStore()
Copyright © 2018,2020 Eclipse Foundation.
Use is subject to license terms.