Class CrlClientOffline

java.lang.Object
com.itextpdf.text.pdf.security.CrlClientOffline
All Implemented Interfaces:
CrlClient

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

    • crls

      private ArrayList<byte[]> crls
      The CRL as a byte array.
  • 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