Class NameConstraints

Represents the NameConstraints structure described in RFC5280

Hierarchy

Implements

Constructors

Properties

excludedSubtrees?: GeneralSubtree[]
permittedSubtrees?: GeneralSubtree[]
CLASS_NAME: string = "NameConstraints"

Name of the class

Accessors

  • get className(): string
  • Returns string

Methods

  • Parameters

    • encoding: "base64" | "base64url" | "hex" = "hex"

    Returns string

  • Creates PKI object from the raw data

    Returns

    Initialized and filled current class object

    Type Parameters

    Parameters

    • this: PkiObjectConstructor<T>
    • raw: BufferSource

      ASN.1 encoded raw data

    Returns T

  • Returns value of pre-defined ASN.1 schema for current class

    Returns

    ASN.1 schema object

    Parameters

    • parameters: SchemaParameters<{ excludedSubtrees?: string; permittedSubtrees?: string }> = {}

      Input parameters for the schema

    Returns any

Generated using TypeDoc