-
- All Implemented Interfaces:
-
com.yubico.yubikit.core.YubiKeyConnection,com.yubico.yubikit.core.smartcard.SmartCardConnection,java.io.Closeable,java.lang.AutoCloseable
public class UsbSmartCardConnection extends UsbYubiKeyConnection implements SmartCardConnectionUSB service for interacting with the YubiKey
-
-
Method Summary
Modifier and Type Method Description Array<byte>getAtr()TransportgetTransport()booleanisExtendedLengthApduSupported()This connection generally supports Extended length APDUs. Array<byte>sendAndReceive(Array<byte> apdu)-
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.smartcard.SmartCardConnection
getAtr, getTransport, isExtendedLengthApduSupported, sendAndReceive -
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()
This connection generally supports Extended length APDUs. This can be limited by firmwareversion of connected YubiKey.
-
sendAndReceive
Array<byte> sendAndReceive(Array<byte> apdu)
-
-
-
-