Class FreshestCRL

java.lang.Object
eu.europa.esig.dss.model.x509.extension.CertificateExtension
eu.europa.esig.dss.model.x509.extension.FreshestCRL
All Implemented Interfaces:
OidBasedEnum, OidDescription, Serializable

public class FreshestCRL extends CertificateExtension
4.2.1.15. Freshest CRL (a.k.a. Delta CRL Distribution Point)

The freshest CRL extension identifies how delta CRL information is obtained. The extension MUST be marked as non-critical by conforming CAs. Further discussion of CRL management is contained in Section 5.

See Also:
  • Constructor Details

    • FreshestCRL

      public FreshestCRL()
      Default constructor
  • Method Details

    • getCrlUrls

      public List<String> getCrlUrls()
      Returns a list of Freshest CRL distribution point URLs
      Returns:
      a list of Strings
    • setCrlUrls

      public void setCrlUrls(List<String> crlUrls)
      Sets a list of Freshest CRL distribution point URLs
      Parameters:
      crlUrls - a list of Strings