X509V2AttributeCertificateGenerator Class

Definition

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

Remarks

Class to produce an X.509 Version 2 AttributeCertificate.

Constructors

X509V2AttributeCertificateGeneratorInitializes a new instance of the X509V2AttributeCertificateGenerator class

Properties

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

Methods

AddAttributeAdd an attribute.
AddExtension(String, Boolean, Asn1Encodable)Add a given extension field for the standard extensions tag.
AddExtension(String, Boolean, Byte) Add a given extension field for the standard extensions tag. The value parameter becomes the contents of the octet string associated with the extension.
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 Generate a new X509V2AttributeCertificate using the provided ISignatureFactory.
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)
ResetReset the generator
SetHolderSet the Holder of this Attribute Certificate.
SetIssuerSet the issuer.
SetIssuerUniqueId 
SetNotAfter 
SetNotBefore 
SetSerialNumberSet the serial number for the certificate.
ToStringReturns a string that represents the current object.
(Inherited from Object)

See Also