public interface IIssuingCertificateRetriever
| Modifier and Type | Method and Description |
|---|---|
Certificate[] |
getCrlIssuerCertificates(CRL crl)
Retrieves certificates that can be used to verify the signature on the CRL response using CRL
Authority Information Access (AIA) Extension.
|
Certificate[] |
retrieveMissingCertificates(Certificate[] chain)
Retrieves missing certificates in chain using certificate Authority Information Access (AIA) Extension.
|
void |
setTrustedCertificates(Collection<Certificate> certificates)
Sets trusted certificate list to be used for the missing certificates retrieving by the issuer name.
|
Certificate[] retrieveMissingCertificates(Certificate[] chain)
chain - certificate chain to restore with at least signing certificate.Certificate[] getCrlIssuerCertificates(CRL crl)
crl - CRL response to retrieve issuer for.void setTrustedCertificates(Collection<Certificate> certificates)
certificates - certificate list for getting missing certificates in chain
or CRL response issuer certificates.Copyright © 1998–2024 Apryse Group NV. All rights reserved.