Class Index | File Index

Classes


Namespace KJUR.asn1


Defined in: asn1-1.0.js.

Namespace Summary
Constructor Attributes Constructor Name and Description
 
kjur's ASN.1 class library name space

This is ITU-T X.690 ASN.1 DER encoder class library and class structure and methods is very similar to org.bouncycastle.asn1 package of well known BouncyCaslte Cryptography Library.

Method Summary
Method Attributes Method Name and Description
<static>  
KJUR.asn1.getFreshValueHex()
<static>  
KJUR.asn1.getString()
<static>  
KJUR.asn1.setByBigInteger(bigIntegerValue)
<static>  
KJUR.asn1.setByInteger(intValue)
<static>  
KJUR.asn1.setByParam(params)
<static>  
KJUR.asn1.setString(newS)
<static>  
KJUR.asn1.setValueHex(newHexString)
Namespace Detail
KJUR.asn1
kjur's ASN.1 class library name space

This is ITU-T X.690 ASN.1 DER encoder class library and class structure and methods is very similar to org.bouncycastle.asn1 package of well known BouncyCaslte Cryptography Library.

PROVIDING ASN.1 PRIMITIVES

Here are ASN.1 DER primitive classes.

OTHER ASN.1 CLASSES

SUB NAME SPACES

NOTE: Please ignore method summary and document of this namespace. This caused by a bug of jsdoc2.
Method Detail
<static> KJUR.asn1.getFreshValueHex()

<static> KJUR.asn1.getString()

<static> KJUR.asn1.setByBigInteger(bigIntegerValue)
Parameters:
bigIntegerValue

<static> KJUR.asn1.setByInteger(intValue)
Parameters:
intValue

<static> KJUR.asn1.setByParam(params)
Parameters:
params

<static> KJUR.asn1.setString(newS)
Parameters:
newS

<static> KJUR.asn1.setValueHex(newHexString)
Parameters:
newHexString

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