Options
All
  • Public
  • Public/Protected
  • All
Menu

Hierarchy

  • JSONWebKeyType

Index

Constructors

  • new JSONWebKeyType(_value: string, _description: string): JSONWebKeyType
  • Private constructor.

    Parameters

    • _value: string

      key type.key type.

    • _description: string

      Key type description

    Returns JSONWebKeyType

Properties

EC: JSONWebKeyType = ...
OCT: JSONWebKeyType = ...
OKP: JSONWebKeyType = ...
RSA: JSONWebKeyType = ...
_values: JSONWebKeyType[] = ...

Accessors

  • get description(): string
  • Returns key type description.

    Returns string

    Key type description

  • get value(): string

Methods

  • Returns JWK key type class which has same key type to function's parameter.

    Parameters

    • value: string

      Target key type

    Returns null | JSONWebKeyType

    JWK key type class, if not found returns null

Generated using TypeDoc