public class BerSetGenerator : BerGenerator
Public Class BerSetGenerator
Inherits BerGenerator
public ref class BerSetGenerator : public BerGenerator
Org.BouncyCastle.Asn1.BerSetGenerator = function();
Type.createClass(
'Org.BouncyCastle.Asn1.BerSetGenerator',
Org.BouncyCastle.Asn1.BerGenerator);
BerSetGenerator(Stream) | Initializes a new instance of the BerSetGenerator class |
BerSetGenerator(Stream, Int32, Boolean) | Initializes a new instance of the BerSetGenerator class |
OutStream | (Inherited from Asn1Generator) |
AddObject(Asn1Encodable) | (Inherited from BerGenerator) |
AddObject(Asn1Object) | (Inherited from BerGenerator) |
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 | (Inherited from BerGenerator) |
GetHashCode | Serves as the default hash function. (Inherited from Object) |
GetRawOutputStream | (Inherited from BerGenerator) |
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) |
WriteBerBody | (Inherited from BerGenerator) |
WriteBerEnd | (Inherited from BerGenerator) |
WriteBerHeader | (Inherited from BerGenerator) |