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