Class Index | File Index

Classes


Class KJUR.asn1.cms.SubjectKeyIdentifier


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

Class Summary
Constructor Attributes Constructor Name and Description
 
class for SubjectKeyIdentifier ASN.1 structure for CMS SignerInfo
This class encodes SubjectKeyIdentifier ASN.1 structure defined in RFC 5652 CMS 12.1.
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.SubjectKeyIdentifier(params)
class for SubjectKeyIdentifier ASN.1 structure for CMS SignerInfo
This class encodes SubjectKeyIdentifier ASN.1 structure defined in RFC 5652 CMS 12.1.
SubjectKeyIdentifier ::= OCTET STRING
new KJUR.asn1.cms.SubjectKeyIdentifier({cert: "-----BEGIN..."})
new KJUR.asn1.cms.SubjectKeyIdentifier({skid: "12ab..."})
Parameters:
{Array} params
JSON object of parameters
Since:
jsrsasign 10.0.0 asn1cms 2.0.0

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