Class OtherKeyAttribute

Represents the OtherKeyAttribute structure described in RFC5652

Hierarchy

Implements

Constructors

Properties

keyAttr?: any
keyAttrId: string
CLASS_NAME: string = "OtherKeyAttribute"

Name of the class

Accessors

  • get className(): string
  • Returns string

Methods

  • Parameters

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

    Returns string

  • Compare values with default values for all class members

    Type Parameters

    • T

    Parameters

    • memberName: string

      String name for a class member

    • memberValue: T

      Value to compare with default value

    Returns memberValue is T

  • Returns default values for all class members

    Returns

    Default value

    Parameters

    • memberName: "keyAttrId"

      String name for a class member

    Returns string

  • Parameters

    • memberName: "keyAttr"

    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

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

    Returns

    ASN.1 schema object

    Parameters

    • parameters: any = {}

      Input parameters for the schema

    Returns any

Generated using TypeDoc