public class X509V2AttributeCertificateGenerator
Public Class X509V2AttributeCertificateGenerator
public ref class X509V2AttributeCertificateGenerator
Org.BouncyCastle.X509.X509V2AttributeCertificateGenerator = function();
Type.createClass(
'Org.BouncyCastle.X509.X509V2AttributeCertificateGenerator');
X509V2AttributeCertificateGenerator | Initializes a new instance of the X509V2AttributeCertificateGenerator class |
SignatureAlgNames | Allows enumeration of the signature names supported by the generator. |
AddAttribute | Add 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. |
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 | Generate a new X509V2AttributeCertificate using the provided ISignatureFactory. |
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 | 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. |
ToString | Returns a string that represents the current object. (Inherited from Object) |