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