Class KJUR.asn1.cms.OtherRevocationFormat
Extends
KJUR.asn1.ASN1Object.
class for OtherRevocationFormat ASN.1 structure for CMS SignedData
Defined in: asn1cms-1.0.js.
Constructor Attributes | Constructor Name and Description |
---|---|
class for OtherRevocationFormat ASN.1 structure for CMS SignedData
This is an ASN.1 encoder for OtherRevocationFormat ASN.1 structure defined in RFC 5652. |
- 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.OtherRevocationFormat(params)
class for OtherRevocationFormat ASN.1 structure for CMS SignedData
This is an ASN.1 encoder for OtherRevocationFormat ASN.1 structure defined in RFC 5652.
This is an ASN.1 encoder for OtherRevocationFormat ASN.1 structure defined in RFC 5652.
OtherRevocationInfoFormat ::= SEQUENCE { otherRevInfoFormat OBJECT IDENTIFIER, otherRevInfo ANY DEFINED BY otherRevInfoFormat } id-ri OBJECT IDENTIFIER ::= { iso(1) identified-organization(3) dod(6) internet(1) security(5) mechanisms(5) pkix(7) ri(16) } id-ri-ocsp-response OBJECT IDENTIFIER ::= { id-ri 2 } -- id-ri-ocsp-response 1.3.6.1.5.5.7.16.2NOTE: Currently this class only supports "ocsp"
new KJUR.asn1.cms.OtherRevocationFormat({ ocsp: OCSPResponseHex })
- Parameters:
- {Array} params
- array of parameters
- Since:
- jsrsasign 10.0.0 asn1cms 2.0.0