Class HidOtpConnection

java.lang.Object
com.yubico.yubikit.desktop.hid.HidOtpConnection
All Implemented Interfaces:
com.yubico.yubikit.core.otp.OtpConnection, com.yubico.yubikit.core.YubiKeyConnection, Closeable, AutoCloseable

public class HidOtpConnection extends Object implements com.yubico.yubikit.core.otp.OtpConnection
  • Method Details

    • receive

      public void receive(byte[] report) throws IOException
      Specified by:
      receive in interface com.yubico.yubikit.core.otp.OtpConnection
      Throws:
      IOException
    • send

      public void send(byte[] report) throws IOException
      Specified by:
      send in interface com.yubico.yubikit.core.otp.OtpConnection
      Throws:
      IOException
    • close

      public void close()
      Specified by:
      close in interface AutoCloseable
      Specified by:
      close in interface Closeable