|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.jaccal.pcsc.PCSC
Field Summary | |
static int |
SCARD_EJECT_CARD
Eject the card on close |
static int |
SCARD_LEAVE_CARD
Don't do anything special on close |
static long |
SCARD_PROTOCOL_DEFAULT
Use implicit PTS. |
static long |
SCARD_PROTOCOL_RAW
Raw is the active protocol |
static long |
SCARD_PROTOCOL_T0
T=0 is the active protocol |
static long |
SCARD_PROTOCOL_T1
T=1 is the active protocol |
static long |
SCARD_PROTOCOL_UNDEFINED
There is no active protocol |
static int |
SCARD_RESET_CARD
Reset the card on close |
static int |
SCARD_SCOPE_SYSTEM
|
static int |
SCARD_SHARE_DIRECT
This application demands direct control of the reader, so it is not available to other applications. |
static int |
SCARD_SHARE_EXCLUSIVE
This application is not willing to share this card with other applications. |
static int |
SCARD_SHARE_SHARED
This application is willing to share this card with other applications. |
static int |
SCARD_UNPOWER_CARD
Power down the card on close |
Constructor Summary | |
PCSC()
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
public static final int SCARD_SCOPE_SYSTEM
public static final int SCARD_SHARE_EXCLUSIVE
public static final int SCARD_SHARE_SHARED
public static final int SCARD_SHARE_DIRECT
public static final int SCARD_LEAVE_CARD
public static final int SCARD_RESET_CARD
public static final int SCARD_UNPOWER_CARD
public static final int SCARD_EJECT_CARD
public static final long SCARD_PROTOCOL_UNDEFINED
public static final long SCARD_PROTOCOL_T0
public static final long SCARD_PROTOCOL_T1
public static final long SCARD_PROTOCOL_RAW
public static final long SCARD_PROTOCOL_DEFAULT
Constructor Detail |
public PCSC()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |