Class Index | File Index

Classes


Class KJUR.asn1.ocsp.SingleResponse


Extends KJUR.asn1.ASN1Object.
SingleResponse ASN.1 class encoder
Defined in: asn1ocsp-1.0.js.

Class Summary
Constructor Attributes Constructor Name and Description
 
SingleResponse ASN.1 class encoder
ASN.1 class of SEQUENCE OF SingleResponse is defined in RFC 6960 4.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.ocsp.SingleResponse(params)
SingleResponse ASN.1 class encoder
ASN.1 class of SEQUENCE OF SingleResponse is defined in RFC 6960 4.2.1.
SingleResponse ::= SEQUENCE {
   certID                       CertID,
   certStatus                   CertStatus,
   thisUpdate                   GeneralizedTime,
   nextUpdate         [0]       EXPLICIT GeneralizedTime OPTIONAL,
   singleExtensions   [1]       EXPLICIT Extensions OPTIONAL }
Following properties are available:
new KJUR.asn1.ocsp.SingleResponse({
  certid: {alg:"sha1",issname:"12ab",isskey:"12ab",sbjsn:"12ab"},
  status: {status: "good"},
  thisupdate: "20200903235959Z",
  nextupdate: "20200913235959Z",
  ext: [<>...]
})
Parameters:
{Array} params
JSON object for SingleResponse parameter
Since:
jsrsasign 9.1.6 asn1ocsp 1.1.0
See:
KJUR.asn1.ocsp.OCSPResponse
KJUR.asn1.ocsp.ResponseBytes
KJUR.asn1.ocsp.BasicOCSPResponse
KJUR.asn1.ocsp.ResponseData
KJUR.asn1.ocsp.SingleResponse
KJUR.asn1.ocsp.CertID
KJUR.asn1.ocsp.CertStatus

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