The X509ExtensionsGenerator type exposes the following members.

Constructors

  NameDescription
Public methodX509ExtensionsGenerator
Initializes a new instance of the X509ExtensionsGenerator class

Methods

  NameDescription
Public methodAddExtension(DerObjectIdentifier, Boolean, Asn1Encodable)
Add an extension with the given oid and the passed in value to be included in the OCTET STRING associated with the extension.
Public methodAddExtension(DerObjectIdentifier, Boolean, array<Byte>[]()[][])
Add an extension with the given oid and the passed in byte array to be wrapped in 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
Generate an X509Extensions object based on the current state of the generator.
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 methodToString
Returns a String that represents the current Object.
(Inherited from Object.)

Properties

  NameDescription
Public propertyIsEmpty
Return true if there are no extension present in this generator.

See Also