com.ibutton.jib
Class ResponseAPDU
java.lang.Object
|
+--com.ibutton.jib.ResponseAPDU
- public class ResponseAPDU
- extends java.lang.Object
A Response APDU obect returned by the iButton.
Refer to ISO 7816 for more information on Response APDUs.
|
Field Summary |
byte[] |
rapdu
|
|
Constructor Summary |
ResponseAPDU(byte[] data)
Constructs a new ResponseAPDU object. |
| Methods inherited from class java.lang.Object |
equals,
hashCode,
toString |
rapdu
public byte[] rapdu
ResponseAPDU
public ResponseAPDU(byte[] data)
- Constructs a new ResponseAPDU object.
- Parameters:
data - the body of the response APDU.