Class Index | File Index

Classes


Class KJUR.asn1.DERBoolean


Extends KJUR.asn1.ASN1Object.
class for ASN.1 DER Boolean
Defined in: asn1-1.0.js.

Class Summary
Constructor Attributes Constructor Name and Description
 
class for ASN.1 DER Boolean In ASN.1 DER, DER Boolean "false" shall be omitted.
Fields borrowed from class KJUR.asn1.ASN1Object:
hL, hT, hTLV, hV, isModified, params
Methods borrowed from class KJUR.asn1.ASN1Object:
getEncodedHex, getLengthHexFromValue, getValueHex, tohex
Class Detail
KJUR.asn1.DERBoolean()
class for ASN.1 DER Boolean In ASN.1 DER, DER Boolean "false" shall be omitted. However this supports boolean false for future BER support.
new KJUR.asn1.DERBoolean(true)
new KJUR.asn1.DERBoolean(false)
See:
KJUR.asn1.ASN1Object - superclass

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