| Constructor and Description | 
|---|
| TrustStoreCallback()Create a 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 © 1996-2015, Oracle and/or its affiliates. All Rights Reserved. Use is subject to license terms.