iText 8.0.3 API
|
IIssuingCertificateRetriever default implementation. More...
Public Member Functions |
|
IssuingCertificateRetriever () | |
Creates IssuingCertificateRetriever instance. More... |
|
virtual IX509Certificate[] | RetrieveMissingCertificates (IX509Certificate[] chain) |
Retrieves missing certificates in chain using certificate Authority Information Access (AIA) Extension. More... |
|
virtual IX509Certificate[] | GetCrlIssuerCertificates (IX509Crl crl) |
Retrieves certificates that can be used to verify the signature on the CRL response using CRL Authority Information Access (AIA) Extension. More... |
|
virtual void | SetTrustedCertificates (ICollection< IX509Certificate > certificates) |
Sets trusted certificate list to be used for the missing certificates retrieving by the issuer name. More... |
|
IIssuingCertificateRetriever default implementation.
|
inline |
Creates IssuingCertificateRetriever instance.
|
inlinevirtual |
Retrieves certificates that can be used to verify the signature on the CRL response using CRL Authority Information Access (AIA) Extension.
crl |
Retrieves certificates that can be used to verify the signature on the CRL response using CRL Authority Information Access (AIA) Extension.
Retrieves certificates that can be used to verify the signature on the CRL response using CRL Authority Information Access (AIA) Extension.
Implements iText.Signatures.IIssuingCertificateRetriever.
|
inlinevirtual |
Retrieves missing certificates in chain using certificate Authority Information Access (AIA) Extension.
chain |
Retrieves missing certificates in chain using certificate Authority Information Access (AIA) Extension.
Retrieves missing certificates in chain using certificate Authority Information Access (AIA) Extension.
Implements iText.Signatures.IIssuingCertificateRetriever.
|
inlinevirtual |
Sets trusted certificate list to be used for the missing certificates retrieving by the issuer name.
certificates |
Sets trusted certificate list to be used for the missing certificates retrieving by the issuer name.
Implements iText.Signatures.IIssuingCertificateRetriever.