Package 

Class UsbFidoConnection

  • All Implemented Interfaces:
    com.yubico.yubikit.core.YubiKeyConnection , com.yubico.yubikit.core.fido.FidoConnection , java.io.Closeable , java.lang.AutoCloseable

    
    public class UsbFidoConnection
    extends UsbYubiKeyConnection implements FidoConnection
                        
    • Method Summary

      Modifier and Type Method Description
      void send(Array<byte> packet)
      void receive(Array<byte> packet)
      • Methods inherited from class com.yubico.yubikit.android.transport.usb.connection.UsbYubiKeyConnection

        close
      • Methods inherited from class java.io.Closeable

        close
      • Methods inherited from class com.yubico.yubikit.core.fido.FidoConnection

        receive, send
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait