Package com.yubico.yubikit.core.fido
Interface FidoConnection
- All Superinterfaces:
java.lang.AutoCloseable
,java.io.Closeable
,YubiKeyConnection
public interface FidoConnection extends YubiKeyConnection
A HID CTAP connection to a YubiKey.
-
Field Summary
Fields Modifier and Type Field Description static int
PACKET_SIZE
-
Method Summary
-
Field Details
-
PACKET_SIZE
static final int PACKET_SIZE- See Also:
- Constant Field Values
-
-
Method Details