Class BasicConstraintsExtension

Represents the Basic Constraints certificate extension

Hierarchy

Constructors

Properties

ca: boolean

Indicates whether the certified public key may be used to verify certificate signatures

critical: boolean

Indicates where extension is critical

pathLength?: number

Gets a maximum number of non-self-issued intermediate certificates that may follow this certificate in a valid certification path

rawData: ArrayBuffer

Gets a DER encoded buffer

type: string

Gets an extension identifier

value: ArrayBuffer

Gets a DER encoded value of extension

NAME: string = "Basic Constraints"

Methods

Generated using TypeDoc