Class GeneralName

Represents ASN.1 type of GeneralName.

This class doesn't support no standard string format is defined for otherName, X.400 name, EDI party name, or any other type of names.

Hierarchy

  • AsnData<asn1X509.GeneralName>
    • GeneralName

Constructors

Properties

rawData: ArrayBuffer

Gets a DER encoded buffer

Type of the storing value

value: string

Text representation of ASN.1 GeneralName

NAME: string = "ASN"

Methods

  • Occurs on instance initialization

    Parameters

    • asn: GeneralName

    Returns void

    Throws

    Throws error if ASN.1 GeneralName contains unsupported value (eg otherName, X400 address, EDI party name)

Generated using TypeDoc