Generated by
JDiff

Class com.itextpdf.signatures.validation.v1.SignatureValidationProperties

Documentation changed from old to new.

Changed Constructors
SignatureValidationProperties( void) Documentation changed from old to new.
Create SignatureValidationProperties with default values.
 

Added Methods
SignatureValidationProperties  addCrlClient( ICrlClient) Adds new ICrlClient instance which will be used to retrieve CRL responses during the validation.
SignatureValidationProperties  addOcspClient( IOcspClient) Adds new IOcspClient instance which will be used to retrieve OCSP response during the validation.
List  getCrlClients() Gets all ICrlClient instances which will be used to retrieve CRL responses during the validation.
List  getOcspClients() Gets all IOcspClient instances which will be used to retrieve OCSP responses during the validation.
SignatureValidationProperties  setRequiredExtensions( CertificateSources, List ) Set list of extensions which are required to be set to a certificate depending on certificate source.
 

Changed Methods
SignatureValidationProperties  setContinueAfterFailure( ValidatorContexts, CertificateSources , boolean ) Documentation changed from old to new.
Sets the Continue after failure setting for the provided context.
SignatureValidationProperties  setFreshness( ValidatorContexts, CertificateSources , TimeBasedContexts , Duration ) Documentation changed from old to new.
Sets the freshness setting for the specified validator, time based and certificate source contexts in milliseconds.