Construct a CardResponseAPDU instance that contains just a status word SW.
Name | Description |
---|---|
CardResponseAPDU(byte[], int, int, int) | Construct a CardResponseAPDU instance from a the response data and the status word SW. |
CardResponseAPDU(byte[], int) | Construct a CardResponseAPDU instance from a the response data and the status word SW. |
CardResponseAPDU(int) | Construct a CardResponseAPDU instance that contains just a status word SW. |