Java Smart Card I/O

Serialized Form


Package javax.smartcardio

Class javax.smartcardio.ATR extends Object implements Serializable

serialVersionUID: 6695383790847736493L

Serialization Methods

readObject

private void readObject(ObjectInputStream in)
                 throws IOException,
                        ClassNotFoundException
Throws:
IOException
ClassNotFoundException
Serialized Fields

atr

byte[] atr

Class javax.smartcardio.CardException extends Exception implements Serializable

serialVersionUID: 7787607144922050628L

Class javax.smartcardio.CardNotPresentException extends CardException implements Serializable

serialVersionUID: 1346879911706545215L

Class javax.smartcardio.CardPermission extends Permission implements Serializable

serialVersionUID: 7146787880530705613L

Serialization Methods

readObject

private void readObject(ObjectInputStream s)
                 throws IOException,
                        ClassNotFoundException
Throws:
IOException
ClassNotFoundException

writeObject

private void writeObject(ObjectOutputStream s)
                  throws IOException
Throws:
IOException
Serialized Fields

actions

String actions
 

Class javax.smartcardio.CommandAPDU extends Object implements Serializable

serialVersionUID: 398698301286670877L

Serialization Methods

readObject

private void readObject(ObjectInputStream in)
                 throws IOException,
                        ClassNotFoundException
Throws:
IOException
ClassNotFoundException
Serialized Fields

apdu

byte[] apdu
 

Class javax.smartcardio.ResponseAPDU extends Object implements Serializable

serialVersionUID: 6962744978375594225L

Serialization Methods

readObject

private void readObject(ObjectInputStream in)
                 throws IOException,
                        ClassNotFoundException
Throws:
IOException
ClassNotFoundException
Serialized Fields

apdu

byte[] apdu
 


Java Smart Card I/O