X509V2CrlGenerator Class

Definition

Namespace: Org.BouncyCastle.X509
Assembly: BouncyCastle.Cryptography (in BouncyCastle.Cryptography.dll) Version: 2.3.0-beta.187+d6da5648ae
public class X509V2CrlGenerator
Inheritance
Object    X509V2CrlGenerator

Constructors

X509V2CrlGeneratorInitializes a new instance of the X509V2CrlGenerator class
X509V2CrlGenerator(CertificateList)Initializes a new instance of the X509V2CrlGenerator class
X509V2CrlGenerator(X509Crl)Create a builder for a version 2 CRL, initialised with another CRL.

Properties

SignatureAlgNames Allows enumeration of the signature names supported by the generator.

Methods

AddCrl 
AddCrlEntry(BigInteger, DateTime, X509Extensions) 
AddCrlEntry(BigInteger, DateTime, Int32) 
AddCrlEntry(BigInteger, DateTime, Int32, DateTime) 
AddExtension(DerObjectIdentifier, Boolean, Asn1Encodable) 
AddExtension(DerObjectIdentifier, Boolean, Byte) 
AddExtension(String, Boolean, Asn1Encodable) 
AddExtension(String, Boolean, Byte) 
EqualsDetermines whether the specified object is equal to the current object.
(Inherited from Object)
FinalizeAllows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object)
Generate(ISignatureFactory) Generate a new X509Crl using the provided ISignatureFactory.
Generate(ISignatureFactory, Boolean, ISignatureFactory) Generate a new X509Crl using the provided ISignatureFactory and containing altSignatureAlgorithm and altSignatureValue extensions based on the passed altSignatureFactory.
GetHashCodeServes as the default hash function.
(Inherited from Object)
GetTypeGets the Type of the current instance.
(Inherited from Object)
MemberwiseCloneCreates a shallow copy of the current Object.
(Inherited from Object)
Reset 
SetIssuerDN 
SetNextUpdate 
SetThisUpdate 
ToStringReturns a string that represents the current object.
(Inherited from Object)

See Also