Uses of Class
io.jans.fido2.ctap.CoseEC2Algorithm
-
Packages that use CoseEC2Algorithm Package Description io.jans.fido2.ctap -
-
Uses of CoseEC2Algorithm in io.jans.fido2.ctap
Methods in io.jans.fido2.ctap that return CoseEC2Algorithm Modifier and Type Method Description static CoseEC2Algorithm
CoseEC2Algorithm. fromNumericValue(int value)
static CoseEC2Algorithm
CoseEC2Algorithm. valueOf(String name)
Returns the enum constant of this type with the specified name.static CoseEC2Algorithm[]
CoseEC2Algorithm. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-