Algorithm

public interface Algorithm
Known Indirect Subclasses

An interface for an algorithm used in public key encryption. All implementations must conform to the guidelines regarding algorithm registrations in RFC8152.

Public Method Summary

static Algorithm
fromAlgoValue(int algoValue)
abstract int
getAlgoValue()
Gets the COSE value for the algorithm used in the encryption of the credential.

Public Methods

public static Algorithm fromAlgoValue (int algoValue)

public abstract int getAlgoValue ()

Gets the COSE value for the algorithm used in the encryption of the credential.