- send_T1_IFSRequest(int) - Method in class com.famoco.secommunication.SmartcardReader
-
Send an IFS(information field size) request to indicate a new IFSD it can support.
- sendApdu(byte[]) - Method in class com.famoco.secommunication.SmartcardReader
-
Send APDU via T=0 or T=1 depending on the protocol negotiated and get the response APDU
- sendRawCommand(byte, byte[]) - Method in class com.famoco.secommunication.SmartcardReader
-
Send raw ALPAR command frame
- setCardBaudRate(byte, byte) - Method in class com.famoco.secommunication.SmartcardReader
-
This command is used to set the card baud rate
- setClockCard(byte) - Method in class com.famoco.secommunication.SmartcardReader
-
Change the card clock frequency
- setDebuggingEnabled(boolean) - Static method in class com.famoco.secommunication.SmartcardReader
-
- SmartcardReader - Class in com.famoco.secommunication
-
API that encapsulates the ALPAR protocol, and talks to UICC cards.