API Overview API Index Package Overview Direct link to this page
JDK 1.6
  javax.smartcardio. ATR View Source
Author(s)
Andreas Sterbenz
JSR 268 Expert Group
Since
1.6
Version
1.3, 07/20/06
Serial
Hierarchy
 Object
      ATR
Implements
 Serializable
Subclasses
Description
publicfinal class ATR
  A Smart Card's answer-to-reset bytes.
See also:    Card.getATR()
Constructors
public ATR (byte[] atr)
  Constructs an ATR from a byte array.
Methods
Hide/Show inherited methods
public boolean equals (Object obj)
  Compares the specified object with this ATR for equality.
public byte getBytes ()
  Returns a copy of the bytes in this ATR.
public byte getHistoricalBytes ()
  Returns a copy of the historical bytes in this ATR.
public int hashCode ()
  Returns the hash code value for this ATR.
public String toString ()
  Returns a string representation of this ATR.
Fields
Hide/Show inherited fields
Nested Classes
Generated By: JavaOnTracks Doclet 0.1.4     ©Thibaut Colar