Class AttributeCertificateInfoV1

Represents the AttributeCertificateInfoV1 structure described in RFC5755

Hierarchy

Implements

Constructors

Properties

attrCertValidityPeriod: AttCertValidityPeriod

Specifies the period for which the AC issuer certifies that the binding between the holder and the attributes fields will be valid

attributes: Attribute[]

The attributes field gives information about the AC holder

baseCertificateID?: IssuerSerial
extensions?: Extensions

The extensions field generally gives information about the AC as opposed to information about the AC holder

issuer: GeneralNames
issuerUniqueID?: BitString

Issuer unique identifier

serialNumber: Integer

Contains the algorithm identifier used to validate the AC signature

subjectName?: GeneralNames
version: number

The version field MUST have the value of v2

CLASS_NAME: string = "AttributeCertificateInfoV1"

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

Generated using TypeDoc