com.jaccal
Class Atr

java.lang.Object
  extended bycom.jaccal.Atr

public class Atr
extends Object

Models the Answer-To-Reset reply from the card

Author:
Thomas Tarpin-Lyonnet

Field Summary
private  byte[] cardAtr
           
 
Constructor Summary
Atr()
           
 
Method Summary
 byte[] getCardAtr()
           
 void setCardAtr(byte[] cardAtr)
           
 String toString()
          Displays the String of the ATR
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

cardAtr

private byte[] cardAtr
Constructor Detail

Atr

public Atr()
Method Detail

getCardAtr

public byte[] getCardAtr()
Returns:
Returns the cardAtr.

setCardAtr

public void setCardAtr(byte[] cardAtr)
Parameters:
cardAtr - The cardAtr to set.

toString

public String toString()
Displays the String of the ATR



Copyright © 2005 Chang Sau Sheong, Thomas Tarpin-Lyonnet. All Rights Reserved.