public class CertStoreCallback
extends java.lang.Object
implements javax.security.auth.callback.Callback
| Modifier and Type | Field and Description |
|---|---|
private java.security.cert.CertStore |
certStore |
| Constructor and Description |
|---|
CertStoreCallback()
Create a CertStoreCallback.
|
| Modifier and Type | Method and Description |
|---|---|
java.security.cert.CertStore |
getCertStore()
Get the requested CertStore.
|
void |
setCertStore(java.security.cert.CertStore certStore)
Set the CertStore.
|
public java.security.cert.CertStore getCertStore()
public void setCertStore(java.security.cert.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.