Interface ASN1ParseOption

ASN.1 parsing option

Description

Optional parameters for asn1parse

interface ASN1ParseOption {
    maxDepth?: number;
    withTLV?: true;
}

Properties

Properties

maxDepth?: number

specifies how far the depth number of ASN.1 structure will be parsed.

withTLV?: true

member "tlv" of ASN.1 TLV hexadecimal also concluded or not