public class AuthenticatorTransport
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
static AuthenticatorTransport |
BLE
Indicates the respective authenticator can be contacted over Bluetooth Smart
(Bluetooth Low Energy / BLE).
|
static AuthenticatorTransport |
INTERNAL
Indicates the respective authenticator is contacted using a client device-specific transport.
|
static AuthenticatorTransport |
NFC
Indicates the respective authenticator can be contacted over Near Field Communication (NFC).
|
static AuthenticatorTransport |
USB
Indicates the respective authenticator can be contacted over removable USB.
|
| Modifier and Type | Method and Description |
|---|---|
static AuthenticatorTransport |
create(java.lang.String value) |
boolean |
equals(java.lang.Object o) |
java.lang.String |
getValue() |
int |
hashCode() |
public static final AuthenticatorTransport USB
public static final AuthenticatorTransport NFC
public static final AuthenticatorTransport BLE
public static final AuthenticatorTransport INTERNAL
public static AuthenticatorTransport create(java.lang.String value)
public java.lang.String getValue()
public boolean equals(java.lang.Object o)
equals in class java.lang.Objectpublic int hashCode()
hashCode in class java.lang.Object