Class IssuerAndSerialNumber

Represents the IssuerAndSerialNumber structure described in RFC5652

Hierarchy

Implements

Constructors

Properties

Certificate issuer name

serialNumber: Integer

Certificate serial number

CLASS_NAME: string = "IssuerAndSerialNumber"

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