Class Index | File Index

Classes


Class KJUR.asn1.cms.MessageDigest


Extends KJUR.asn1.cms.Attribute.
class for CMS MessageDigest attribute
Defined in: asn1cms-1.0.js.

Class Summary
Constructor Attributes Constructor Name and Description
 
class for CMS MessageDigest attribute This is an ASN.1 encoder for ContentType attribute defined in RFC 5652 CMS section 11.2.
Fields borrowed from class KJUR.asn1.cms.Attribute:
params, typeOid
Fields borrowed from class KJUR.asn1.ASN1Object:
hL, hT, hTLV, hV, isModified
Methods borrowed from class KJUR.asn1.cms.Attribute:
getValueArray
Methods borrowed from class KJUR.asn1.ASN1Object:
getEncodedHex, getLengthHexFromValue, getValueHex, tohex
Class Detail
KJUR.asn1.cms.MessageDigest(params)
class for CMS MessageDigest attribute This is an ASN.1 encoder for ContentType attribute defined in RFC 5652 CMS section 11.2.
Attribute ::= SEQUENCE {
   type               OBJECT IDENTIFIER,
   values             AttributeSetValue }
AttributeSetValue ::= SET OF ANY
MessageDigest ::= OCTET STRING
o = new KJUR.asn1.cms.MessageDigest({hex: 'a1a2a3a4...'});
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