public class AtlantisReader
extends java.lang.Object
| Constructor and Description |
|---|
AtlantisReader(android.hardware.usb.UsbManager usbManager) |
| Modifier and Type | Method and Description |
|---|---|
void |
close() |
void |
coldReset() |
byte[] |
getAtr() |
tr.gov.tubitak.uekae.esya.api.smartcard.android.reader.atlantis.IccStatus |
getCardState() |
boolean |
isOpened() |
static boolean |
isSupported(android.hardware.usb.UsbDevice usbDevice) |
void |
open(android.hardware.usb.UsbDevice aUsbDevice) |
void |
powerDown() |
void |
powerOn() |
void |
warmReset() |
int |
xferApdu(byte[] apdu,
int length,
byte[] response) |
int |
xferTpdu(byte[] tpdu,
int length,
byte[] response,
int wti) |
public void open(android.hardware.usb.UsbDevice aUsbDevice)
public void close()
public static boolean isSupported(android.hardware.usb.UsbDevice usbDevice)
public boolean isOpened()
public byte[] getAtr()
public void powerOn()
throws AtlantisReaderException
AtlantisReaderExceptionpublic void powerDown()
throws AtlantisReaderException
AtlantisReaderExceptionpublic void warmReset()
throws AtlantisReaderException
AtlantisReaderExceptionpublic void coldReset()
throws AtlantisReaderException
AtlantisReaderExceptionpublic tr.gov.tubitak.uekae.esya.api.smartcard.android.reader.atlantis.IccStatus getCardState()
throws AtlantisReaderException
AtlantisReaderExceptionpublic int xferApdu(byte[] apdu,
int length,
byte[] response)
throws AtlantisReaderException
AtlantisReaderExceptionpublic int xferTpdu(byte[] tpdu,
int length,
byte[] response,
int wti)
throws AtlantisReaderException
AtlantisReaderExceptionCopyright © 2025. All rights reserved.