The X509V2AttributeCertificateGenerator type exposes the following members.
Constructors
| Name | Description | |
|---|---|---|
| X509V2AttributeCertificateGenerator | Initializes a new instance of the X509V2AttributeCertificateGenerator class |
Methods
| Name | Description | |
|---|---|---|
| AddAttribute | Add an attribute. | |
| AddExtension(String, Boolean, Asn1Encodable) | Add a given extension field for the standard extensions tag. | |
| AddExtension(String, Boolean, array<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.
| |
| Equals | (Inherited from Object.) | |
| Finalize |
Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
(Inherited from Object.) | |
| Generate(AsymmetricKeyParameter) |
Generate an X509 certificate, based on the current issuer and subject.
| |
| Generate(AsymmetricKeyParameter, SecureRandom) |
Generate an X509 certificate, based on the current issuer and subject,
using the supplied source of randomness, if required.
| |
| GetHashCode |
Serves as a hash function for a particular type.
(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 | Reset the generator | |
| SetHolder | Set the Holder of this Attribute Certificate. | |
| SetIssuer | Set the issuer. | |
| SetIssuerUniqueId | ||
| SetNotAfter | ||
| SetNotBefore | ||
| SetSerialNumber | Set the serial number for the certificate. | |
| SetSignatureAlgorithm |
Set the signature algorithm. This can be either a name or an OID, names
are treated as case insensitive.
| |
| ToString | (Inherited from Object.) |
Properties
| Name | Description | |
|---|---|---|
| SignatureAlgNames |
Allows enumeration of the signature names supported by the generator.
|