public class CertStoreCallback extends javax.security.auth.message.callback.CertStoreCallback
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 and Description |
|---|
CertStoreCallback() |
| Modifier and Type | Method and Description |
|---|---|
void |
setStore(CertStore certStore)
Set the CertStore.
|
getCertStore, setCertStorepublic void setStore(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.Copyright © 2019. All rights reserved.