Class KJUR.asn1.ASN1Object
base class for ASN.1 DER encoder object
Defined in: asn1-1.0.js.
Constructor Attributes | Constructor Name and Description |
---|---|
base class for ASN.1 DER encoder object
|
Field Attributes | Field Name and Description |
---|---|
hexadecimal string of ASN.1 TLV length(L)
|
|
hexadecimal string of ASN.1 TLV tag(T)
|
|
hexadecimal string of ASN.1 TLV
|
|
hexadecimal string of ASN.1 TLV value(V)
|
|
flag whether internal data was changed
|
Method Attributes | Method Name and Description |
---|---|
get hexadecimal string of ASN.1 TLV bytes
|
|
get hexadecimal ASN.1 TLV length(L) bytes from TLV value(V)
|
|
get hexadecimal string of ASN.1 TLV value(V) bytes
|
Field Detail
{String}
hL
hexadecimal string of ASN.1 TLV length(L)
{String}
hT
hexadecimal string of ASN.1 TLV tag(T)
{String}
hTLV
hexadecimal string of ASN.1 TLV
{String}
hV
hexadecimal string of ASN.1 TLV value(V)
{Boolean}
isModified
flag whether internal data was changed
Method Detail
{String}
getEncodedHex()
get hexadecimal string of ASN.1 TLV bytes
- Returns:
- {String} hexadecimal string of ASN.1 TLV
{String}
getLengthHexFromValue()
get hexadecimal ASN.1 TLV length(L) bytes from TLV value(V)
- Returns:
- {String} hexadecimal string of ASN.1 TLV length(L)
{String}
getValueHex()
get hexadecimal string of ASN.1 TLV value(V) bytes
- Returns:
- {String} hexadecimal string of ASN.1 TLV value(V) bytes