Class Index | File Index

Classes


Class KJUR.asn1.cms.OtherRevocationFormat


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

Class Summary
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.
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.2
NOTE: 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
See:
KJUR.asn1.cms.SignedData
KJUR.asn1.cms.RevocationInfoChoices
KJUR.asn1.cms.RevocationInfoChoice

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