Class Index | File Index

Classes


Class KJUR.asn1.ASN1Object

base class for ASN.1 DER encoder object
Defined in: asn1-1.0.js.

Class Summary
Constructor Attributes Constructor Name and Description
 
base class for ASN.1 DER encoder object
Field Summary
Field Attributes Field Name and Description
 
hL
hexadecimal string of ASN.1 TLV length(L)
 
hT
hexadecimal string of ASN.1 TLV tag(T)
 
hexadecimal string of ASN.1 TLV
 
hV
hexadecimal string of ASN.1 TLV value(V)
 
flag whether internal data was changed
Method Summary
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
Class Detail
KJUR.asn1.ASN1Object()
base class for ASN.1 DER encoder object
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

© 2012 Kenji Urushima, All rights reserved
Documentation generated by JsDoc Toolkit 2.4.0