public class AbstractResponseApdu extends java.lang.Object implements IResponseApdu
APDU Response
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(java.lang.Object o) |
byte[] |
getBytes()
Get the raw response
|
byte[] |
getData()
Get the response data
|
int |
getNr()
Get the response body length
|
int |
getSW()
Get the response status word
|
int |
getSW1()
Get the response status word - upper byte
|
int |
getSW2()
Get the response status word - lower byte
|
int |
hashCode() |
public int getNr()
Get the response body length
getNr in interface IResponseApdupublic byte[] getData()
Get the response data
getData in interface IResponseApdupublic int getSW1()
Get the response status word - upper byte
getSW1 in interface IResponseApdupublic int getSW2()
Get the response status word - lower byte
getSW2 in interface IResponseApdupublic int getSW()
Get the response status word
getSW in interface IResponseApdupublic byte[] getBytes()
Get the raw response
getBytes in interface IResponseApdupublic boolean equals(java.lang.Object o)
equals in class java.lang.Objectpublic int hashCode()
hashCode in class java.lang.Object