Enum Class AuthenticationAlgorithm

java.lang.Object
java.lang.Enum<AuthenticationAlgorithm>
com.yubico.fido.metadata.AuthenticationAlgorithm
All Implemented Interfaces:
Serializable, Comparable<AuthenticationAlgorithm>, Constable

public enum AuthenticationAlgorithm extends Enum<AuthenticationAlgorithm>
The ALG_SIGN constants are 16 bit long integers indicating the specific signature algorithm and encoding.

Each constant has a case-sensitive string representation (in quotes), which is used in the authoritative metadata for FIDO authenticators.

See Also: