public class X509V2CrlGenerator
Public Class X509V2CrlGenerator
public ref class X509V2CrlGenerator
Org.BouncyCastle.X509.X509V2CrlGenerator = function();
Type.createClass(
'Org.BouncyCastle.X509.X509V2CrlGenerator');
X509V2CrlGenerator | Initializes 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. |
SignatureAlgNames | Allows enumeration of the signature names supported by the generator. |
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) | |
Equals | Determines whether the specified object is equal to the current object. (Inherited from Object) |
Finalize | Allows 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. |
GetHashCode | Serves as the default hash function. (Inherited from Object) |
GetType | Gets the Type of the current instance. (Inherited from Object) |
MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object) |
Reset | |
SetIssuerDN | |
SetNextUpdate | |
SetThisUpdate | |
ToString | Returns a string that represents the current object. (Inherited from Object) |