The X509V2AttributeCertificateGenerator type exposes the following members.

Constructors

  NameDescription
Public methodX509V2AttributeCertificateGenerator
Initializes a new instance of the X509V2AttributeCertificateGenerator class

Methods

  NameDescription
Public methodAddAttribute
Add an attribute.
Public methodAddExtension(String, Boolean, Asn1Encodable)
Add a given extension field for the standard extensions tag.
Public methodAddExtension(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.
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 certificate, based on the current issuer and subject.
Public methodGenerate(AsymmetricKeyParameter, SecureRandom)
Generate an X509 certificate, based on the current issuer and subject, using the supplied source of randomness, if required.
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
Reset the generator
Public methodSetHolder
Set the Holder of this Attribute Certificate.
Public methodSetIssuer
Set the issuer.
Public methodSetIssuerUniqueId
Public methodSetNotAfter
Public methodSetNotBefore
Public methodSetSerialNumber
Set the serial number for the certificate.
Public methodSetSignatureAlgorithm
Set the signature algorithm. This can be either a name or an OID, names are treated as case insensitive.
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