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