Serialized Form


Package com.linuxnet.jpcsc

Class com.linuxnet.jpcsc.Apdu extends java.lang.Object implements Serializable

serialVersionUID: 4348728415045160222l

Serialization Methods

readObject

private void readObject(java.io.ObjectInputStream in)
                 throws java.io.IOException,
                        java.lang.ClassNotFoundException
Serialization support method


writeObject

private void writeObject(java.io.ObjectOutputStream out)
                  throws java.io.IOException
Serialization support method

Serialized Fields

buf

byte[] buf
The buffer keeping the APDU data.


len

int len
The length of the data in the buffer keeping the APDU.

Class com.linuxnet.jpcsc.PCSCException extends java.lang.RuntimeException implements Serializable

Serialized Fields

reason

int reason
PCSC status code for failed action.