Generated by
JDiff

Class com.itextpdf.signatures.validation.v1.context.ValidationContext

Documentation changed from old to new.

Changed Constructors
ValidationContext( ValidatorContext, CertificateSource , TimeBasedContext ) Documentation changed from old to new.
Create ValidationContext instance using provided context values.
 

Added Methods
boolean  checkIfContextChainContainsCertificateSource( ValidationContext, CertificateSource ) Check if validation contexts chain contains specific CertificateSource value.
ValidationContext  getPreviousValidationContext() Get previous validation context instance, from which this instance was created.
 

Changed Methods
boolean  equals( Object) Documentation changed from old to new.
Check if the provided object is equal to this one.
CertificateSource  getCertificateSource() Documentation changed from old to new.
Get specific certificate source context value.
TimeBasedContext  getTimeBasedContext() Documentation changed from old to new.
Get specific time-based context value.
ValidatorContext  getValidatorContext() Documentation changed from old to new.
Get specific validator context value.
int  hashCode() Documentation changed from old to new.
Return a hash code value for this validation context.
ValidationContext  setCertificateSource( CertificateSource) Documentation changed from old to new.
Create new ValidationContext instance with the provided certificate source context value.
ValidationContext  setTimeBasedContext( TimeBasedContext) Documentation changed from old to new.
Create new ValidationContext instance with the provided certificate source context value.
ValidationContext  setValidatorContext( ValidatorContext) Documentation changed from old to new.
Create new ValidationContext instance with the provided certificate source context value.
String  toString() Documentation changed from old to new.
Return string representation of this ValidationContext.