public class IsoDepCardHandler
extends java.lang.Object
Constructor and Description |
---|
IsoDepCardHandler(BasicIOChannel channel) |
IsoDepCardHandler(BasicIOChannel channel,
Logger logger) |
Modifier and Type | Method and Description |
---|---|
void |
close() |
void |
connect() |
SecureMessaging |
getSm() |
byte[] |
getTagInfo() |
boolean |
isConnected() |
boolean |
isSmActive() |
void |
setSecureMessaging(SecureMessaging sm) |
ResponseAPDU |
transceive(CommandAPDU cmd) |
public IsoDepCardHandler(BasicIOChannel channel) throws java.io.IOException
java.io.IOException
public IsoDepCardHandler(BasicIOChannel channel, Logger logger) throws java.io.IOException
java.io.IOException
public void connect() throws java.io.IOException
java.io.IOException
public void close() throws java.io.IOException
java.io.IOException
public byte[] getTagInfo()
public boolean isConnected()
public void setSecureMessaging(SecureMessaging sm)
public SecureMessaging getSm()
public boolean isSmActive()
public ResponseAPDU transceive(CommandAPDU cmd) throws SecureMessagingException, java.io.IOException
SecureMessagingException
java.io.IOException