public class AnswerToReset
extends java.lang.Object
implements java.io.Serializable
In the case of an ISO-7816 card (with contacts), these data are the ATR (Answer To Reset)
bytes as defined by the standard.
However, in the case of another type of card, this data may be specific to the card reader (e.g.
reconstructed ATR for a PC/SC reader, low-level protocol information for other card readers,
etc).
Constructor and Description |
---|
AnswerToReset(byte[] atrBytes)
Build from a byte array containing the power on data.
|
Modifier and Type | Method and Description |
---|---|
boolean |
equals(java.lang.Object o) |
byte[] |
getBytes()
Gets the data
|
int |
hashCode() |