Class Index | File Index

Classes


Class KJUR.asn1.x509.UserNotice


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

Class Summary
Constructor Attributes Constructor Name and Description
 
UserNotice ASN.1 structure class This class represents UserNotice 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.UserNotice(params)
UserNotice ASN.1 structure class This class represents UserNotice defined in RFC 5280 4.2.1.4.
UserNotice ::= SEQUENCE {
     noticeRef        NoticeReference OPTIONAL,
     explicitText     DisplayText OPTIONAL }
Its constructor can have following two parameters:
new UserNotice({
  noticeref: {
    org: {type: "bmp", str: "Sample Org"},
    noticenum: [{int: 3}, {hex: "01af"}]
  },
  exptext: {type: "ia5", str: "Sample Policy"}
})
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