SubjectAlternativeNameExtension
Represents the Subject Alternative Name certificate extension
Extends
Constructors
Constructor
new SubjectAlternativeNameExtension(
raw,options?):SubjectAlternativeNameExtension
Creates a new instance from DER encoded buffer
Parameters
raw
BufferSource
DER encoded buffer
options?
any
Optional ASN.1 parse options (e.g. asn1js.fromBER resource limits)
Returns
SubjectAlternativeNameExtension
Overrides
Constructor
new SubjectAlternativeNameExtension(
data?,critical?):SubjectAlternativeNameExtension
Creates a new instance
Parameters
data?
JSON representation of SAN
critical?
boolean
Indicates where extension is critical. Default is false
Returns
SubjectAlternativeNameExtension
Overrides
Properties
asn
protectedreadonlyasn:AsnExtension
ASN.1 object
Inherited from
critical
critical:
boolean
Indicates where extension is critical
Inherited from
names
names:
GeneralNames
type
type:
string
Gets an extension identifier
Inherited from
value
value:
ArrayBuffer
Gets a DER encoded value of extension
Inherited from
NAME
staticNAME:string="Subject Alternative Name"
Overrides
Accessors
parseOptions
Get Signature
get
protectedparseOptions():any
Gets the ASN.1 parse options the instance was created with
Returns
any