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