Class Index | File Index

Classes


Class KJUR.asn1.cms.RevocationInfoChoice


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

Class Summary
Constructor Attributes Constructor Name and Description
 
class for RevocationInfoChoice ASN.1 structure for CMS SignedData
This is an ASN.1 encoder for RevocationInfoChoice ASN.1 structure defined in RFC 5652 CMS section 10.2.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.RevocationInfoChoice(params)
class for RevocationInfoChoice ASN.1 structure for CMS SignedData
This is an ASN.1 encoder for RevocationInfoChoice ASN.1 structure defined in RFC 5652 CMS section 10.2.1.
RevocationInfoChoice ::= CHOICE {
  crl CertificateList,
  other [1] IMPLICIT OtherRevocationInfoFormat }
OtherRevocationInfoFormat ::= SEQUENCE {
  otherRevInfoFormat OBJECT IDENTIFIER,
  otherRevInfo ANY DEFINED BY otherRevInfoFormat }
new KJUR.asn1.cms.RevocationInfoChoice({
  crl: CRLPEMorHex
})
new KJUR.asn1.cms.RevocationInfoChoice({
  ocsp: OCSPResponseHex
})
Parameters:
{Array} params
array of parameters
Since:
jsrsasign 10.0.0 asn1cms 2.0.0
See:
KJUR.asn1.cms.SignedData
KJUR.asn1.cms.RevocationInfoChoices

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