Class Index | File Index

Classes


Class KJUR.asn1.DERSet


Extends KJUR.asn1.DERAbstractStructured.
class for ASN.1 DER Set
Defined in: asn1-1.0.js.

Class Summary
Constructor Attributes Constructor Name and Description
 
class for ASN.1 DER Set
As for argument 'params' for constructor, you can specify one of following properties:
  • array - specify array of ASN1Object to set elements of content
  • sortflag - flag for sort (default: true).
Fields borrowed from class KJUR.asn1.DERAbstractStructured:
asn1Array
Fields borrowed from class KJUR.asn1.ASN1Object:
hL, hT, hTLV, hV, isModified, params
Methods borrowed from class KJUR.asn1.DERAbstractStructured:
appendASN1Object, setByASN1ObjectArray
Methods borrowed from class KJUR.asn1.ASN1Object:
getEncodedHex, getLengthHexFromValue, getValueHex, tohex
Class Detail
KJUR.asn1.DERSet()
class for ASN.1 DER Set
As for argument 'params' for constructor, you can specify one of following properties:
  • array - specify array of ASN1Object to set elements of content
  • sortflag - flag for sort (default: true). ASN.1 BER is not sorted in 'SET OF'.
NOTE1: 'params' can be omitted.
NOTE2: sortflag is supported since 1.0.5.

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