All Implemented Interfaces:
Serializable

public class CRLToken
extends RevocationToken<CRL>
This class represents a CRL and provides the information about its validity.
See Also:
Serialized Form
  • Constructor Details

    • CRLToken

      public CRLToken​(CertificateToken certificateToken, CRLValidity crlValidity)
      The constructor to be used with the certificate which is managed by the CRL and the CRLValidity.
      Parameters:
      certificateToken - the CertificateToken which is managed by this CRL.
      crlValidity - CRLValidity containing the information about the validity of the CRL
  • Method Details