The X509V2CrlGenerator type exposes the following members.

Constructors

  NameDescription
Public methodX509V2CrlGenerator
Initializes a new instance of the X509V2CrlGenerator class

Methods

  NameDescription
Public methodAddCrl
Public methodAddCrlEntry(BigInteger, DateTime, X509Extensions)
Public methodAddCrlEntry(BigInteger, DateTime, Int32)
Public methodAddCrlEntry(BigInteger, DateTime, Int32, DateTime)
Public methodAddExtension(String, Boolean, Asn1Encodable)
Public methodAddExtension(String, Boolean, array<Byte>[]()[][])
Public methodAddExtension(DerObjectIdentifier, Boolean, Asn1Encodable)
Public methodAddExtension(DerObjectIdentifier, Boolean, array<Byte>[]()[][])
Public methodEquals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Protected methodFinalize
Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
(Inherited from Object.)
Public methodGenerate(AsymmetricKeyParameter)
Generate an X509 CRL, based on the current issuer and subject.
Public methodGenerate(AsymmetricKeyParameter, SecureRandom)
Generate an X509 CRL, based on the current issuer and subject.
Public methodGetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodReset
Public methodSetIssuerDN
Public methodSetNextUpdate
Public methodSetSignatureAlgorithm
Public methodSetThisUpdate
Public methodToString
Returns a String that represents the current Object.
(Inherited from Object.)

Properties

  NameDescription
Public propertySignatureAlgNames
Allows enumeration of the signature names supported by the generator.

See Also