Class KJUR.asn1.cms.Attribute
Extends
KJUR.asn1.ASN1Object.
Attribute class for base of CMS attribute
Defined in: asn1cms-1.0.js.
Constructor Attributes | Constructor Name and Description |
---|---|
KJUR.asn1.cms.Attribute(params)
Attribute class for base of CMS attribute
Attributes ::= SET OF Attribute Attribute ::= SEQUENCE { type OBJECT IDENTIFIER, values AttributeSetValue } AttributeSetValue ::= SET OF ANY |
- Fields borrowed from class KJUR.asn1.ASN1Object:
- hL, hT, hTLV, hV, isModified
Class Detail
KJUR.asn1.cms.Attribute(params)
Attribute class for base of CMS attribute
Attributes ::= SET OF Attribute Attribute ::= SEQUENCE { type OBJECT IDENTIFIER, values AttributeSetValue } AttributeSetValue ::= SET OF ANY
- Parameters:
- {Array} params
- associative array of parameters
- Since:
- jsrsasign 4.2.4 asn1cms 1.0.0