Class OtherRevocationInfoFormat

Represents the OtherRevocationInfoFormat structure described in RFC5652

Hierarchy

Implements

Constructors

Properties

otherRevInfo: any
otherRevInfoFormat: string
CLASS_NAME: string = "OtherRevocationInfoFormat"

Name of the class

Accessors

  • get className(): string
  • Returns string

Methods

  • Parameters

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

    Returns string

  • Returns default values for all class members

    Returns

    Default value

    Parameters

    • memberName: "otherRevInfoFormat"

      String name for a class member

    Returns string

  • Parameters

    • memberName: "otherRevInfo"

    Returns any

  • 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