Generated by
JDiff

Class com.itextpdf.signatures.IssuingCertificateRetriever

Removed Methods
Certificate  retrieveOCSPResponderCertificate( IBasicOCSPResp) Retrieves OCSP responder certificate either from the response certs or trusted store in case responder certificate isn't found in /Certs.
 

Added Methods
List  buildCertificateChains( X509Certificate) This method tries to rebuild certificate issuer chain.
List  buildCertificateChains( X509Certificate[]) This method tries to rebuild certificate issuer chain.
Certificate[][]  getCrlIssuerCertificatesByName( CRL) {@inheritDoc}
Set  retrieveOCSPResponderByNameCertificate( IBasicOCSPResp) Retrieves OCSP responder certificate candidates either from the response certs or trusted store in case responder certificate isn't found in /Certs.
 

Changed Methods
TrustedCertificatesStore  getTrustedCertificatesStore() Change in return type from com.itextpdf.signatures.validation.v1.TrustedCertificatesStore to com.itextpdf.signatures.validation.TrustedCertificatesStore.
Gets TrustedCertificatesStore to be used to provide more complex trusted certificates configuration.
List  retrieveIssuerCertificate( Certificate) Change in return type from Certificate to List.
Retrieve issuer certificate for the provided certificate.