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.
Creates an instance of KeyAlgorithmUtils.
The key algorithm to manage, specified by the KeyAlgorithm enum.
KeyAlgorithm
Private
Returns the numeric byte representation of the key algorithm.
The numeric value of the key algorithm.
Returns the name of the key algorithm as a string.
The name of the key algorithm, as defined in KeySettings.
KeySettings
Generated using TypeDoc
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.