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