Class Index | File Index

Classes


Class KJUR.asn1.x509.CRLNumber


Extends KJUR.asn1.x509.Extension.
CRLNumber CRL extension ASN.1 structure class
Defined in: asn1x509-1.0.js.

Class Summary
Constructor Attributes Constructor Name and Description
 
CRLNumber CRL extension ASN.1 structure class
This class represents ASN.1 structure for CRLNumber CRL extension defined in RFC 5280 5.2.3.
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.x509.CRLNumber()
CRLNumber CRL extension ASN.1 structure class
This class represents ASN.1 structure for CRLNumber CRL extension defined in RFC 5280 5.2.3.
id-ce-cRLNumber OBJECT IDENTIFIER ::= { id-ce 20 }
CRLNumber ::= INTEGER (0..MAX)
Constructor of this class may have following parameters:
  • {String}extname - name "cRLNumber". It is ignored in this class but required to use with KJUR.asn1.x509.Extensions class. (OPTION)
  • {Object}num - CRLNumber value to specify KJUR.asn1.DERInteger parameter.
  • {Boolean}critical - critical flag. Generally false and not specified in this class.(OPTION)
new KJUR.asn1.x509.CRLNumber({extname:'cRLNumber',
                              num:{'int':147}})
Since:
jsrsasign 9.1.0 asn1x509 2.1.0
See:
KJUR.asn1.x509.TBSCertList
KJUR.asn1.x509.Extensions

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