Class CrlClientOffline

  • All Implemented Interfaces:
    CrlClient

    public class CrlClientOffline
    extends Object
    implements CrlClient
    An implementation of the CrlClient that handles offline Certificate Revocation Lists.
    Author:
    Paulo Soares
    • Constructor Detail

      • 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