X509V2CrlGenerator
Allows enumeration of the signature names supported by the generator.
public X509V2CrlGenerator()
Create a builder for a version 2 CRL, initialised with another CRL.
public void AddCrlEntry(BigInteger userCertificate, DateTime revocationDate, int reason, DateTime invalidityDate)
public void AddCrlEntry(BigInteger userCertificate, DateTime revocationDate, X509Extensions extensions)
Generate a new X509Crl using the provided ISignatureFactory.
public X509Crl Generate(ISignatureFactory signatureFactory, bool isCritical, ISignatureFactory altSignatureFactory)
Generate a new X509Crl using the provided ISignatureFactory and
containing altSignatureAlgorithm and altSignatureValue extensions based on the passed
altSignatureFactory.