public static class Asn1Utils
Public NotInheritable Class Asn1Utils
public ref class Asn1Utils abstract sealed
[<AbstractClassAttribute>]
[<SealedAttribute>]
type Asn1Utils = class end
CalculatePayloadLength | Calculates the ASN.1 payload length from a given ASN.1 length header. |
Encode(Byte, Asn1Type) | Wraps encoded data to an ASN.1 type/structure. |
Encode(Byte, Byte) | Wraps encoded data to an ASN.1 type/structure. |
GetLengthBytes | Generates tag length header for specified size. |