public class X509ExtensionsGenerator
Public Class X509ExtensionsGenerator
public ref class X509ExtensionsGenerator
Org.BouncyCastle.Asn1.X509.X509ExtensionsGenerator = function();
Type.createClass(
'Org.BouncyCastle.Asn1.X509.X509ExtensionsGenerator');
X509ExtensionsGenerator | Initializes a new instance of the X509ExtensionsGenerator class |
IsEmpty | Return true if there are no extension present in this generator. |
AddExtension(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. |
AddExtension(DerObjectIdentifier, Boolean, 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. |
AddExtensions | |
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 an X509Extensions object based on the current state of the generator. |
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 |
ToString | Returns a string that represents the current object. (Inherited from Object) |