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 |
---|---|
<static> |
KJUR.asn1.ASN1Object.getEncodedHex()
get hexadecimal string of ASN.1 TLV bytes
|
<static> |
KJUR.asn1.ASN1Object.getLengthHexFromValue()
get hexadecimal ASN.1 TLV length(L) bytes from TLV value(V)
|
<static> |
KJUR.asn1.ASN1Object.getValueHex()
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
<static>
{String}
KJUR.asn1.ASN1Object.getEncodedHex()
get hexadecimal string of ASN.1 TLV bytes
- Returns:
- {String} hexadecimal string of ASN.1 TLV
<static>
{String}
KJUR.asn1.ASN1Object.getLengthHexFromValue()
get hexadecimal ASN.1 TLV length(L) bytes from TLV value(V)
- Returns:
- {String} hexadecimal string of ASN.1 TLV length(L)
<static>
{String}
KJUR.asn1.ASN1Object.getValueHex()
get hexadecimal string of ASN.1 TLV value(V) bytes
- Returns:
- {String} hexadecimal string of ASN.1 TLV value(V) bytes