|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjavax.security.auth.message.callback.TrustStoreCallback
public class TrustStoreCallback
Callback for trusted certificate KeyStore.
A trusted certificate KeyStore may be used to determine whether a given certificate chain can be trusted.
Constructor Summary | |
---|---|
TrustStoreCallback()
Create a new TrustStoreCallback. |
Method Summary | |
---|---|
KeyStore |
getTrustStore()
Get the requested trusted certificate KeyStore. |
void |
setTrustStore(KeyStore trustStore)
Set the trusted certificate KeyStore. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public TrustStoreCallback()
Method Detail |
---|
public KeyStore getTrustStore()
public void setTrustStore(KeyStore trustStore)
trustStore
- the trusted certificate KeyStore, which
must already be loaded.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |