com.jaccal
Class CardResponse
java.lang.Object
com.jaccal.CardResponse
- public class CardResponse
- extends Object
The response from the smart card after a command is sent to the card. Contains a status word object
- Author:
- Chang Sau Sheong
- See Also:
StatusWord
data
private byte[] data
statusWord
public StatusWord statusWord
CardResponse
public CardResponse()
getData
public byte[] getData()
setData
public void setData(byte[] data)
getStatusWord
public StatusWord getStatusWord()
setStatusWord
public void setStatusWord(StatusWord statusWord)
getBytes
public final byte[] getBytes()
throws IOException
- Throws:
IOException
getRespBytes
public final byte[] getRespBytes()
throws IOException
- Throws:
IOException
toString
public String toString()
Copyright © 2005 Chang Sau Sheong, Thomas Tarpin-Lyonnet. All Rights Reserved.