Generated by
JDiff

Class com.itextpdf.signatures.validation.v1.ValidatorChainBuilder

Documentation changed from old to new.

Added Methods
DocumentRevisionsValidator  buildDocumentRevisionsValidator() Create a bew DocumentRevisionsValidator instance with the current configuration.
SignatureValidator  buildSignatureValidator( PdfDocument) Create a new SignatureValidator instance with the current configuration.
ValidatorChainBuilder  withDocumentRevisionsValidator( DocumentRevisionsValidator) Use this instance of a DocumentRevisionsValidator in the validation chain.
 

Changed Methods
CRLValidator  buildCRLValidator() Documentation changed from old to new.
Create a new CRLValidator instance.
CertificateChainValidator  buildCertificateChainValidator() Documentation changed from old to new.
Create a new CertificateChainValidator instance.
OCSPValidator  buildOCSPValidator() Documentation changed from old to new.
Create a new OCSPValidator instance.
RevocationDataValidator  buildRevocationDataValidator() Documentation changed from old to new.
Create a new RevocationDataValidator instance This method can be used to create multiple validators.
IssuingCertificateRetriever  getCertificateRetriever() Documentation changed from old to new.
Retrieves the explicitly added or automatically created IssuingCertificateRetriever instance.
SignatureValidationProperties  getProperties() Documentation changed from old to new.
Retrieves the explicitly added or automatically created SignatureValidationProperties instance.
ValidatorChainBuilder  withCRLValidator( CRLValidator) Documentation changed from old to new.
Use this instance of a CRLValidator in the validation chain.
ValidatorChainBuilder  withCertificateChainValidator( CertificateChainValidator) Documentation changed from old to new.
Use this instance of a CertificateChainValidator in the validation chain.
ValidatorChainBuilder  withIssuingCertificateRetriever( IssuingCertificateRetriever) Documentation changed from old to new.
Use this instance of a IssuingCertificateRetriever in the validation chain.
ValidatorChainBuilder  withKnownCertificates( Collection) Documentation changed from old to new.
Adds known certificates to the IssuingCertificateRetriever.
ValidatorChainBuilder  withOCSPValidator( OCSPValidator) Documentation changed from old to new.
Use this instance of a OCSPValidator in the validation chain.
ValidatorChainBuilder  withRevocationDataValidator( RevocationDataValidator) Documentation changed from old to new.
Use this instance of a RevocationDataValidator in the validation chain.
ValidatorChainBuilder  withSignatureValidationProperties( SignatureValidationProperties) Documentation changed from old to new.
Use this instance of a SignatureValidationProperties in the validation chain.
ValidatorChainBuilder  withTrustedCertificates( Collection) Documentation changed from old to new.
Sets the trusted certificates to the IssuingCertificateRetriever.