Package | Description |
---|---|
net.sf.crypton.scard.pcscwrapper |
Modifier and Type | Method and Description |
---|---|
CardHandle |
PcscliteWrapper.sCardConnect(long hContext,
String readerName,
CardShareMode shareMode,
SCardProtocol... preferredProtocols)
The sCardConnect function establishes a connection (using a specific
resource manager context) between the calling application and a smart
card contained by a specific reader.
|
void |
PcscliteWrapper.sCardDisconnect(CardHandle hCard,
int dwDisposition)
The SCardDisconnect function terminates a connection previously opened
between the calling application and a smart card in the target reader.
|
long |
PcscliteWrapper.sCardEstablishContext(int scope) |
PcscReaderState[] |
PcscliteWrapper.sCardGetStatusChange(long hContext,
int timeout,
PcscReaderState[] rState)
Blocks execution until the current availability of the cards in a
specific set of readers changes.
|
String[] |
PcscliteWrapper.sCardListReaderGroups(long hContext) |
String[] |
PcscliteWrapper.sCardListReaders(long hContext) |
void |
PcscliteWrapper.sCardReleaseContext(long hContext) |
void |
PcscliteWrapper.sCardSetTimeout(long hContext) |
Copyright © 2011-2013. All Rights Reserved.