Interface ASN1ValuePrimitive

ASN.1 value for ASN.1 primitives not constructed type

interface ASN1ValuePrimitive {
    asn?: ASN1Object;
    hex?: string;
    oid?: string;
    str?: string;
}

Properties

Properties

ASN.1 value by TLV hexadecimal string

hex?: string

ASN.1 value by hexadecimal string

oid?: string

ASN.1 object identifier value by string

str?: string

ASN.1 value by string