Class Index | File Index

Classes


Class KJUR.asn1.cms.AttributeList


Extends KJUR.asn1.ASN1Object.
class for Attributes ASN.1 structure for CMS
Defined in: asn1cms-1.0.js.

Class Summary
Constructor Attributes Constructor Name and Description
 
class for Attributes ASN.1 structure for CMS
Attributes ::= SET OF Attribute
Attribute ::= SEQUENCE {
   type               OBJECT IDENTIFIER,
   values             AttributeSetValue }
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.cms.AttributeList(params)
class for Attributes ASN.1 structure for CMS
Attributes ::= SET OF Attribute
Attribute ::= SEQUENCE {
   type               OBJECT IDENTIFIER,
   values             AttributeSetValue }
new KJUR.asn1.cms.AttributeList({
  array: [{
    attr: "contentType",
    type: "data"
  }],
  sortflag: false
})
Parameters:
{Array} params
associative array of parameters
Since:
jsrsasign 4.2.4 asn1cms 1.0.0

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