Class FreshestCRLExtension

java.lang.Object
org.wildfly.security.x500.cert.X509CertificateExtension
org.wildfly.security.x500.cert.FreshestCRLExtension
All Implemented Interfaces:
Extension, ASN1Encodable

public final class FreshestCRLExtension extends X509CertificateExtension
The freshest CRL extension as defined by RFC 5280 ยง 4.2.1.15.
Author:
David M. Lloyd
  • Constructor Details

    • FreshestCRLExtension

      public FreshestCRLExtension(List<CRLDistributionPoint> distributionPoints)
      Construct a new instance.
      Parameters:
      distributionPoints - the distribution points (must not be null or empty)
  • Method Details