javax.security.auth.message.callback
public class: TrustStoreCallback [javadoc |
source]
java.lang.Object
javax.security.auth.message.callback.TrustStoreCallback
All Implemented Interfaces:
Callback
Callback for trusted certificate KeyStore.
A trusted certificate KeyStore may be used to determine whether a
given certificate chain can be trusted.
Methods from java.lang.Object: |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method from javax.security.auth.message.callback.TrustStoreCallback Detail: |
public KeyStore getTrustStore() {
return trustStore;
}
Get the requested trusted certificate KeyStore. |
public void setTrustStore(KeyStore trustStore) {
this.trustStore = trustStore;
}
Set the trusted certificate KeyStore. |