public class TrustStoreCallback extends javax.security.auth.message.callback.TrustStoreCallback
A trusted certificate KeyStore may be used to determine whether a given certificate chain can be trusted.
| Constructor and Description |
|---|
TrustStoreCallback() |
| Modifier and Type | Method and Description |
|---|---|
void |
setStore(KeyStore trustStore)
Set the trusted certificate KeyStore.
|
getTrustStore, setTrustStorepublic void setStore(KeyStore trustStore)
trustStore - the trusted certificate KeyStore,
which must already be loaded.Copyright © 2017. All rights reserved.