Class KJUR.asn1.x509.OtherName
OtherName ASN.1 structure class
Defined in: asn1x509-1.0.js.
| 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:
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