Class RevocationDataValidator.CrlValidationInfo

java.lang.Object
com.itextpdf.signatures.validation.RevocationDataValidator.CrlValidationInfo
Enclosing class:
RevocationDataValidator

public static class RevocationDataValidator.CrlValidationInfo extends Object
Class which contains validation related information about CRL response.
  • Constructor Details

    • CrlValidationInfo

      @Deprecated public CrlValidationInfo (X509CRL crl, Date trustedGenerationDate, TimeBasedContext timeBasedContext)
      Deprecated.
      use a constructor with RevocationDataOrigin parameter instead
      Creates validation related information about CRL response.
      Parameters:
      crl - X509CRL CRL to be validated
      trustedGenerationDate - Date trusted date at which response was generated
      timeBasedContext - TimeBasedContext time based context which corresponds to generation date
    • CrlValidationInfo

      public CrlValidationInfo (X509CRL crl, Date trustedGenerationDate, TimeBasedContext timeBasedContext, RevocationDataOrigin responseOrigin)
      Creates validation related information about CRL response.
      Parameters:
      crl - X509CRL CRL to be validated
      trustedGenerationDate - Date trusted date at which response was generated
      timeBasedContext - TimeBasedContext time based context which corresponds to generation date
      responseOrigin - RevocationDataOrigin representing an origin, from which this CRL response comes from