|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjavax.security.auth.message.callback.CertStoreCallback
public class CertStoreCallback
Callback for CertStore. A CertStore is a generic repository for certificates. CertStores may be searched to locate public key certificates, as well as to put together certificate chains. Such a search may be necessary when the caller needs to verify a signature.
Constructor Summary | |
---|---|
CertStoreCallback()
Create a CertStoreCallback. |
Method Summary | |
---|---|
CertStore |
getCertStore()
Get the requested CertStore. |
void |
setCertStore(CertStore certStore)
Set the CertStore. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public CertStoreCallback()
Method Detail |
---|
public CertStore getCertStore()
public void setCertStore(CertStore certStore)
certStore
- the certificate store, which may be null If null, the
requester is assumed to already have access to the relevant certificate
and/or chain.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |