public class AkisCard extends Card
PROTOCOL_ANY, PROTOCOL_RAW, PROTOCOL_T0, PROTOCOL_T1, PROTOCOL_T15| Constructor and Description |
|---|
AkisCard() |
| Modifier and Type | Method and Description |
|---|---|
javax.smartcardio.ATR |
getAtr() |
boolean |
IdentifyCard(byte[] cardAtrByte)
Subclasses should override this method to identify the right card in the reader.
|
boolean |
isPresent() |
AttachReader, Disconnect, finalize, GetSW1SW2, GetSW1SW2Bytes, Select, SelectApplication, Transmit, Transmitpublic boolean IdentifyCard(byte[] cardAtrByte)
Cardexample:
protected boolean IdentifyCard(byte[] ATR){
myATR = ATR;
if (SelectPSE() != null)
return true;
else
return false;
}
IdentifyCard in class CardcardAtrByte - Answer to reset of the cardpublic javax.smartcardio.ATR getAtr()
public boolean isPresent()
throws SCException
isPresent in class CardSCExceptionCopyright © 2025. All rights reserved.