Options
All
  • Public
  • Public/Protected
  • All
Menu

Class JSONWebSignatureAndEncryptionAlgorithm

JSON Web Signature and Encryption Algorithms class. "alg" (Algorithm) parameter.

Hierarchy

  • JSONWebSignatureAndEncryptionAlgorithm

Index

Constructors

Properties

PBES2_HS256_A128KW: JSONWebSignatureAndEncryptionAlgorithm = ...
PBES2_HS384_A192KW: JSONWebSignatureAndEncryptionAlgorithm = ...
PBES2_HS512_A256KW: JSONWebSignatureAndEncryptionAlgorithm = ...

Accessors

  • get description(): string
  • Returns algorithm description.

    Returns string

    Algorithm description

  • get name(): string
  • get nodeCryptoHashAlg(): null | string
  • Returns Node.js crypto module's algorithm name.

    Returns null | string

    Node.js crypto module's algorithm name

Methods

  • Returns JSON Web Signature and Encryption Algorithms class which has same algorithm name to function's parameter.

    Parameters

    • name: string

      Target algorithm name

    Returns null | JSONWebSignatureAndEncryptionAlgorithm

    JSON Web Signature and Encryption Algorithms class, if not found returns null

Generated using TypeDoc