-
- All Implemented Interfaces:
-
com.yubico.yubikit.core.YubiKeyConnection,com.yubico.yubikit.core.smartcard.SmartCardConnection,java.io.Closeable,java.lang.AutoCloseable
public class NfcSmartCardConnection implements SmartCardConnectionNFC service for interacting with the YubiKey
-
-
Method Summary
Modifier and Type Method Description TransportgetTransport()booleanisExtendedLengthApduSupported()Array<byte>sendAndReceive(Array<byte> apdu)voidclose()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
-
-
Method Detail
-
getTransport
Transport getTransport()
-
isExtendedLengthApduSupported
boolean isExtendedLengthApduSupported()
-
sendAndReceive
Array<byte> sendAndReceive(Array<byte> apdu)
-
close
void close()
-
-
-
-