com.jaccal
Class StatusWord

java.lang.Object
  extended bycom.jaccal.StatusWord

public class StatusWord
extends Object

The status word in the card response

Author:
Chang Sau Sheong
See Also:
CardResponse

Field Summary
private  byte sw1
           
private  byte sw2
           
 
Constructor Summary
StatusWord(byte sw1, byte sw2)
           
 
Method Summary
 byte[] getBytes()
           
 byte getSw1()
           
 byte getSw2()
           
 void setSw1(byte sw1)
           
 void setSw2(byte sw2)
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

sw1

private byte sw1

sw2

private byte sw2
Constructor Detail

StatusWord

public StatusWord(byte sw1,
                  byte sw2)
Method Detail

getSw1

public byte getSw1()

setSw1

public void setSw1(byte sw1)

getSw2

public byte getSw2()

setSw2

public void setSw2(byte sw2)

getBytes

public final byte[] getBytes()
                      throws IOException
Throws:
IOException

toString

public String toString()


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