Class KJUR.asn1.cms.RevocationInfoChoice
Extends
KJUR.asn1.ASN1Object.
class for RevocationInfoChoice ASN.1 structure for CMS SignedData
Defined in: asn1cms-1.0.js.
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.
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