public interface IIssuingCertificateRetriever
| Modifier and Type | Method and Description |
|---|---|
Certificate[] |
getCrlIssuerCertificates(CRL crl)
Retrieves the certificate chain for the certificate that should be used to verify the signature on the
CRL response using CRL Authority Information Access (AIA) Extension and known certificates.
|
Certificate[][] |
getCrlIssuerCertificatesByName(CRL crl)
Retrieves the certificate chaind for the certificates that could be used to verify the signature on the
CRL response using CRL Authority Information Access (AIA) Extension and known certificates.
|
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.Certificate[][] getCrlIssuerCertificatesByName(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–2025 Apryse Group NV. All rights reserved.