|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object javax.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 TrustStoreCallback. |
Method Summary | |
---|---|
java.security.KeyStore |
getTrustStore()
Used by the TrustStore user to obtain the TrustStore set within the Callback. |
void |
setTrustStore(java.security.KeyStore trustStore)
Used by the CallbackHandler to set the trusted certificate keystore within the Callback. |
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 void setTrustStore(java.security.KeyStore trustStore)
trustStore
- The trusted certificate KeyStore,
which must already be loaded.public java.security.KeyStore getTrustStore()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Copyright © 2009-2011, Oracle Corporation and/or its affiliates. All Rights Reserved. Use is subject to license terms.
Generated on 10-February-2011 12:41