public abstract class BerGenerator : Asn1Generator
Public MustInherit Class BerGenerator
Inherits Asn1Generator
public ref class BerGenerator abstract : public Asn1Generator
Org.BouncyCastle.Asn1.BerGenerator = function();
Type.createClass(
'Org.BouncyCastle.Asn1.BerGenerator',
Org.BouncyCastle.Asn1.Asn1Generator);
BerGenerator(Stream) | Initializes a new instance of the BerGenerator class |
BerGenerator(Stream, Int32, Boolean) | Initializes a new instance of the BerGenerator 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) |
WriteBerBody | |
WriteBerEnd | |
WriteBerHeader |