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