public class DerSetGenerator : DerGenerator
Public Class DerSetGenerator
Inherits DerGenerator
public ref class DerSetGenerator : public DerGenerator
Org.BouncyCastle.Asn1.DerSetGenerator = function();
Type.createClass(
'Org.BouncyCastle.Asn1.DerSetGenerator',
Org.BouncyCastle.Asn1.DerGenerator);
DerSetGenerator(Stream) | Initializes a new instance of the DerSetGenerator class |
DerSetGenerator(Stream, Int32, Boolean) | Initializes a new instance of the DerSetGenerator class |
OutStream | (Inherited from Asn1Generator) |
AddObject(Asn1Encodable) | (Overrides Asn1GeneratorAddObject(Asn1Encodable)) |
AddObject(Asn1Object) | (Overrides Asn1GeneratorAddObject(Asn1Object)) |
Dispose | (Inherited from Asn1Generator) |
Dispose(Boolean) | (Inherited from Asn1Generator) |
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) |
Finish | (Overrides Asn1GeneratorFinish) |
GetHashCode | Serves as the default hash function. (Inherited from Object) |
GetRawOutputStream | (Overrides Asn1GeneratorGetRawOutputStream) |
GetType | Gets the Type of the current instance. (Inherited from Object) |
MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object) |
ToString | Returns a string that represents the current object. (Inherited from Object) |