public abstract class Asn1Encodable : IAsn1Convertible
Public MustInherit Class Asn1Encodable
Implements IAsn1Convertible
public ref class Asn1Encodable abstract : IAsn1Convertible
Org.BouncyCastle.Asn1.Asn1Encodable = function();
Type.createClass(
'Org.BouncyCastle.Asn1.Asn1Encodable',
null,
Org.BouncyCastle.Asn1.IAsn1Convertible);
Asn1Encodable | Initializes a new instance of the Asn1Encodable class |
EncodeTo(Stream) | |
EncodeTo(Stream, String) | |
Equals | (Overrides ObjectEquals(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) |
GetDerEncoded | |
GetEncoded | |
GetEncoded(String) | |
GetHashCode | (Overrides ObjectGetHashCode) |
GetType | Gets the Type of the current instance. (Inherited from Object) |
MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object) |
ToAsn1Object | |
ToString | Returns a string that represents the current object. (Inherited from Object) |