Package 

Class NfcSmartCardConnection

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

    
    public class NfcSmartCardConnection
     implements SmartCardConnection
                        

    NFC service for interacting with the YubiKey

    • Method Summary

      Modifier and Type Method Description
      Transport getTransport()
      boolean isExtendedLengthApduSupported()
      Array<byte> sendAndReceive(Array<byte> apdu)
      void close()
      Array<byte> getAtr()
      • Methods inherited from class com.yubico.yubikit.core.smartcard.SmartCardConnection

        getAtr, getTransport, isExtendedLengthApduSupported, sendAndReceive
      • Methods inherited from class java.io.Closeable

        close
      • Methods inherited from class java.lang.Object

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