• get ASN.1 value octet hexadecimal string at specified ASN.1 TLV string index

    Parameters

    • h: string

      string at specified index supposed to be ASN.1 TLV string

    • sidx: number

      string index of ASN.1 TLV

    Returns string

    ASN.1 value octet hexadecimal string

    Example

    getVh("zzz0203abcdef", 3) -> "abcdef"