Package com.yubico.yubikit.core.otp
Interface OtpConnection
- All Superinterfaces:
AutoCloseable
,Closeable
,YubiKeyConnection
A HID keyboard connection to a YubiKey, which uses feature reports to send and receive data.
-
Field Summary
Fields -
Method Summary
-
Field Details
-
FEATURE_REPORT_SIZE
static final int FEATURE_REPORT_SIZE- See Also:
-
-
Method Details
-
send
Writes an 8 byte feature report to the YubiKey.- Parameters:
report
- the feature report data to write.- Throws:
IOException
- in case of a write failure
-
receive
Read an 8 byte feature report from the YubiKey- Parameters:
report
- a buffer to read into- Throws:
IOException
- in case of a read failure
-