AltName
Represents the AltName structure described in RFC5280
Extends
Implements
Constructors
new AltName()
new AltName(
parameters
):AltName
Initializes a new instance of the AltName class
Parameters
parameters
AltNameParameters
= {}
Initialization parameters
Returns
Overrides
Properties
altNames
altNames:
GeneralName
[]
Array of alternative names in GeneralName type
Implementation of
CLASS_NAME
static
CLASS_NAME:string
="AltName"
Name of the class
Overrides
Accessors
className
Get Signature
get className():
string
Returns
string
Inherited from
Methods
fromSchema()
fromSchema(
schema
):void
Converts parsed ASN.1 object into current class
Parameters
schema
any
ASN.1 schema
Returns
void