Class CrlClientOffline

java.lang.Object
com.itextpdf.signatures.CrlClientOffline
All Implemented Interfaces:
ICrlClient

public class CrlClientOffline extends Object implements ICrlClient
An implementation of the CrlClient that handles offline Certificate Revocation Lists.
  • Constructor Details

    • CrlClientOffline

      public CrlClientOffline (byte[] crlEncoded)
      Creates an instance of a CrlClient in case you have a local cache of the Certificate Revocation List.
      Parameters:
      crlEncoded - the CRL bytes
    • CrlClientOffline

      public CrlClientOffline (CRL crl)
      Creates an instance of a CrlClient in case you have a local cache of the Certificate Revocation List.
      Parameters:
      crl - a CRL object
  • Method Details