Algorithm names and COSE identifiers for AKP (Algorithm Key Pair public) keys.
See COSE registry for AKP algorithms and WebAuthn registry for AKP algorithms
Inherited Method Summary
From class java.lang.Enum
| final Object |
clone()
|
| final int |
compareTo(AKPAlgorithm
arg0)
|
| int |
compareTo(Object arg0)
|
| final Optional<EnumDesc<AKPAlgorithm>> |
describeConstable()
|
| final boolean |
equals(Object arg0)
|
| final void |
finalize()
|
| final Class<AKPAlgorithm> |
getDeclaringClass()
|
| final int |
hashCode()
|
| final String |
name()
|
| final int |
ordinal()
|
| String |
toString()
|
| static <T extends Enum<T>> T |
From class java.lang.Object
From interface java.lang.constant.Constable
| abstract Optional<? extends ConstantDesc> |
describeConstable()
|
From interface java.lang.Comparable
| abstract int |
compareTo(AKPAlgorithm
arg0)
|
From interface com.google.android.gms.fido.fido2.api.common.Algorithm
| static Algorithm |
fromAlgoValue(int algoValue)
|
| abstract int |
getAlgoValue()
Gets the COSE value for the algorithm used in the encryption of the
credential.
|
Enum Values
public static final AKPAlgorithm ML_DSA_44
CBOR Object Signing Algorithm for ML-DSA-44
public static final AKPAlgorithm ML_DSA_65
CBOR Object Signing Algorithm for ML-DSA-65
public static final AKPAlgorithm ML_DSA_87
CBOR Object Signing Algorithm for ML-DSA-87