Class Index | File Index

Classes


Class KJUR.asn1.x509.NoticeReference


Extends KJUR.asn1.ASN1Object.
NoticeReference ASN.1 structure class
Defined in: asn1x509-1.0.js.

Class Summary
Constructor Attributes Constructor Name and Description
 
NoticeReference ASN.1 structure class This class represents NoticeReference defined in RFC 5280 4.2.1.4.
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.NoticeReference(params)
NoticeReference ASN.1 structure class This class represents NoticeReference defined in RFC 5280 4.2.1.4.
NoticeReference ::= SEQUENCE {
     organization     DisplayText,
     noticeNumbers    SEQUENCE OF INTEGER }
Its constructor can have following two parameters:
new NoticeReference({
  org: {type: "bmp", str: "Sample Org"},
  noticenum: [{int: 3}, {hex: "01af"}]
})
Parameters:
{Array} params
associative array of parameters
Since:
jsrsasign 8.0.23 asn1x509 1.1.12

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