Class KeyAlgorithmUtils

Utility class for working with key algorithms, allowing conversion to string and byte formats. Provides convenient methods to retrieve the algorithm name and numeric representation.

Hierarchy

  • KeyAlgorithmUtils

Constructors

Properties

Methods

Constructors

Properties

algorithm: KeyAlgorithm

The key algorithm to manage, specified by the KeyAlgorithm enum.

Methods

  • Returns the numeric byte representation of the key algorithm.

    Returns

    The numeric value of the key algorithm.

    Returns number

  • Returns the name of the key algorithm as a string.

    Returns

    The name of the key algorithm, as defined in KeySettings.

    Returns string

Generated using TypeDoc