Class Index | File Index

Classes


Class KJUR.asn1.x509.OtherName

OtherName ASN.1 structure class
Defined in: asn1x509-1.0.js.

Class Summary
Constructor Attributes Constructor Name and Description
 
OtherName of GeneralName ASN.1 structure class
This class is for OtherName of GeneralName ASN.1 structure.
Class Detail
KJUR.asn1.x509.OtherName()
OtherName of GeneralName ASN.1 structure class
This class is for OtherName of GeneralName ASN.1 structure. Constructor has two members:
  • oid - oid string (ex. "1.2.3.4")
  • value - JSON object passed to ASN1Util.newObject or ASN1Object object
OtherName ::= SEQUENCE {
  type-id    OBJECT IDENTIFIER,
  value      [0] EXPLICIT ANY DEFINED BY type-id }
new KJUR.asn1.x509.OtherName({
  oid: "1.2.3.4",
  value: {prnstr: {str: "abc"}}
})
Since:
jsrsasign 10.5.3 asn1x509 2.1.12
See:
KJUR.asn1.x509.GeneralName
KJUR.asn1.ASN1Util.newObject

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