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