A B C D E F G H I L M N P R S T U W

A

ABSENT - Static variable in class com.linuxnet.jpcsc.PCSC
Card is absent
Apdu - class com.linuxnet.jpcsc.Apdu.
The Apdu class encapsulates an APDU.
Apdu(byte[]) - Constructor for class com.linuxnet.jpcsc.Apdu
Construct APDU by taking given buffer.
Apdu(int) - Constructor for class com.linuxnet.jpcsc.Apdu
Allocate len bytes for internal APDU buffer.
Apdu(int, int, int, int, int, byte[], int, int) - Constructor for class com.linuxnet.jpcsc.Apdu
Construct internal buffer from given data.
Apdu.Format - class com.linuxnet.jpcsc.Apdu.Format.
The Format class described the format to use for converting APDU strings to buffers and vice versa.
Apdu.Format() - Constructor for class com.linuxnet.jpcsc.Apdu.Format
Constructor.
Apdu.Format(int, boolean, boolean) - Constructor for class com.linuxnet.jpcsc.Apdu.Format
Constructor.
Apdu.Wrapper - interface com.linuxnet.jpcsc.Apdu.Wrapper.
ApduWrapper wraps apdu data before sending to the card.
addByte(int) - Method in class com.linuxnet.jpcsc.Apdu
Add a data byte to the APDU.
addByte(byte) - Method in class com.linuxnet.jpcsc.Apdu
Add a data byte to the APDU.
addLe(int) - Method in class com.linuxnet.jpcsc.Apdu
Add expected length of data.
addString(String) - Method in class com.linuxnet.jpcsc.Apdu
Add a string representing data to the APDU data area.

B

BeginTransaction() - Method in class com.linuxnet.jpcsc.Card
Signal the start of a transaction.
ba2s(byte[]) - Static method in class com.linuxnet.jpcsc.Apdu
Return string representation for byte array.
ba2s(byte[], int, int) - Static method in class com.linuxnet.jpcsc.Apdu
Return string representation for byte array range.
ba2s(byte[], Apdu.Format) - Static method in class com.linuxnet.jpcsc.Apdu
Return string representation for byte array.
ba2s(byte[], int, int, Apdu.Format) - Static method in class com.linuxnet.jpcsc.Apdu
Return string representation for byte array range according to given format.

C

Cancel() - Method in class com.linuxnet.jpcsc.Context
Cancel all pending GetStatusChange() calls.
Card - class com.linuxnet.jpcsc.Card.
The Card class offers PCSC functions related to connecting, disconnecting and transferring data to cards.
Connect() - Method in class com.linuxnet.jpcsc.Context
Connect to a reader.
Connect(int, int) - Method in class com.linuxnet.jpcsc.Context
Connect to a reader.
Connect(String) - Method in class com.linuxnet.jpcsc.Context
Connect to a reader.
Connect(String, int, int) - Method in class com.linuxnet.jpcsc.Context
Connect to a reader and return handle to card.
Context - class com.linuxnet.jpcsc.Context.
The Context class wraps the PCSC functions related to connecting/disconnecting to the PCSC service and card readers.
Context() - Constructor for class com.linuxnet.jpcsc.Context
Constructor.
Control(int, byte[]) - Method in class com.linuxnet.jpcsc.Card
Wrapper for SCardControl().
Control(int, byte[], int, int) - Method in class com.linuxnet.jpcsc.Card
Wrapper for SCardControl().
cardStateToString(int) - Static method in class com.linuxnet.jpcsc.State
Return the symbolic representation of the status of a Card.GetStatus() operation.
com.linuxnet.jpcsc - package com.linuxnet.jpcsc
 
construct(int, int, int, int, int, byte[], int, int) - Static method in class com.linuxnet.jpcsc.Apdu
Construct APDU and return it in a newly created array.

D

Disconnect() - Method in class com.linuxnet.jpcsc.Card
Default disconnect from card (LEAVE_CARD).
Disconnect(int) - Method in class com.linuxnet.jpcsc.Card
Disconnect from card.
dataFormat - Variable in class com.linuxnet.jpcsc.Apdu.Format
Format of data printed.
dwCurrentState - Variable in class com.linuxnet.jpcsc.State
Defaults to PCSC.STATE_UNAWARE.
dwEventState - Variable in class com.linuxnet.jpcsc.State
Set by Context.GetStatusChange() to return the status of a reader.

E

EJECT_CARD - Static variable in class com.linuxnet.jpcsc.PCSC
Eject on close
E_CANCELLED - Static variable in class com.linuxnet.jpcsc.PCSC
Error code
E_CANT_DISPOSE - Static variable in class com.linuxnet.jpcsc.PCSC
Error code
E_CARD_UNSUPPORTED - Static variable in class com.linuxnet.jpcsc.PCSC
Error code
E_DUPLICATE_READER - Static variable in class com.linuxnet.jpcsc.PCSC
Error code
E_INSUFFICIENT_BUFFER - Static variable in class com.linuxnet.jpcsc.PCSC
Error code
E_INVALID_ATR - Static variable in class com.linuxnet.jpcsc.PCSC
Error code
E_INVALID_HANDLE - Static variable in class com.linuxnet.jpcsc.PCSC
Error code
E_INVALID_PARAMETER - Static variable in class com.linuxnet.jpcsc.PCSC
Error code
E_INVALID_TARGET - Static variable in class com.linuxnet.jpcsc.PCSC
Error code
E_INVALID_VALUE - Static variable in class com.linuxnet.jpcsc.PCSC
Error code
E_NOT_READY - Static variable in class com.linuxnet.jpcsc.PCSC
Error code
E_NOT_TRANSACTED - Static variable in class com.linuxnet.jpcsc.PCSC
Error code
E_NO_MEMORY - Static variable in class com.linuxnet.jpcsc.PCSC
Error code
E_NO_SERVICE - Static variable in class com.linuxnet.jpcsc.PCSC
Error code
E_NO_SMARTCARD - Static variable in class com.linuxnet.jpcsc.PCSC
Error code
E_PCI_TOO_SMALL - Static variable in class com.linuxnet.jpcsc.PCSC
Error code
E_PROTO_MISMATCH - Static variable in class com.linuxnet.jpcsc.PCSC
Error code
E_READER_UNAVAILABLE - Static variable in class com.linuxnet.jpcsc.PCSC
Error code
E_READER_UNSUPPORTED - Static variable in class com.linuxnet.jpcsc.PCSC
Error code
E_SERVICE_STOPPED - Static variable in class com.linuxnet.jpcsc.PCSC
Error code
E_SHARING_VIOLATION - Static variable in class com.linuxnet.jpcsc.PCSC
Error code
E_SYSTEM_CANCELLED - Static variable in class com.linuxnet.jpcsc.PCSC
Error code
E_TIMEOUT - Static variable in class com.linuxnet.jpcsc.PCSC
Error code
E_UNKNOWN_CARD - Static variable in class com.linuxnet.jpcsc.PCSC
Error code
E_UNKNOWN_READER - Static variable in class com.linuxnet.jpcsc.PCSC
Error code
EndTransaction(int) - Method in class com.linuxnet.jpcsc.Card
Signal end of a transaction.
EstablishContext(int, String, String) - Method in class com.linuxnet.jpcsc.Context
Establish PCSC context.

F

F_COMM_ERROR - Static variable in class com.linuxnet.jpcsc.PCSC
Error code
F_INTERNAL_ERROR - Static variable in class com.linuxnet.jpcsc.PCSC
Error code
F_UNKNOWN_ERROR - Static variable in class com.linuxnet.jpcsc.PCSC
Error code
F_WAITED_TOO_LONG - Static variable in class com.linuxnet.jpcsc.PCSC
Error code
finalize() - Method in class com.linuxnet.jpcsc.Card
Finalizer.
finalize() - Method in class com.linuxnet.jpcsc.Context
Cleanup operation.

G

GetAttrib(int) - Method in class com.linuxnet.jpcsc.Card
Get an attribute from the IFD Handler.
GetStatusChange(int, State[]) - Method in class com.linuxnet.jpcsc.Context
Return status change of a set of readers.
getBytes(byte[], int) - Method in class com.linuxnet.jpcsc.Apdu
Copy the currently defined APDU to given buffer.
getMessage() - Method in class com.linuxnet.jpcsc.PCSCException
Return error message.
getProto() - Method in class com.linuxnet.jpcsc.Card
Return protocol used.
getReason() - Method in class com.linuxnet.jpcsc.PCSCException
Return code.
getResendOnWrongLe() - Method in class com.linuxnet.jpcsc.Card
Return flag indicating the transparent handling of resend on wrong Le
getT0GetResponse() - Method in class com.linuxnet.jpcsc.Card
Return flag indicating the transparent handling of T0 GetResponse.

H

HEX_COLON_HEX_FORMAT - Static variable in class com.linuxnet.jpcsc.Apdu
Output format: hex:hex:hex
HEX_SPACE_HEX_FORMAT - Static variable in class com.linuxnet.jpcsc.Apdu
Output format: hex space hex space hex
HEX_VOID_HEX_FORMAT - Static variable in class com.linuxnet.jpcsc.Apdu
Output format: hexhexhex

I

INFINITE - Static variable in class com.linuxnet.jpcsc.PCSC
Infinite timeout.

L

LEAVE_CARD - Static variable in class com.linuxnet.jpcsc.PCSC
Do nothing on close
ListReaderGroups() - Method in class com.linuxnet.jpcsc.Context
List all reader groups known to the system.
ListReaders() - Method in class com.linuxnet.jpcsc.Context
List all readers in all existing groups.
ListReaders(String) - Method in class com.linuxnet.jpcsc.Context
List all readers in the given group.
ListReaders(String[]) - Method in class com.linuxnet.jpcsc.Context
List all readers in the given groups.

M

main(String[]) - Static method in class com.linuxnet.jpcsc.Apdu
Test the convert methods.

N

NEGOTIABLE - Static variable in class com.linuxnet.jpcsc.PCSC
Ready for PTS

P

PCSC - class com.linuxnet.jpcsc.PCSC.
Warning, Error, Parameter Codes.
PCSC() - Constructor for class com.linuxnet.jpcsc.PCSC
 
PCSCException - exception com.linuxnet.jpcsc.PCSCException.
Exception class used for PCSC related errors.
PCSCException() - Constructor for class com.linuxnet.jpcsc.PCSCException
Default constructor.
PCSCException(String) - Constructor for class com.linuxnet.jpcsc.PCSCException
Constructor.
PCSCException(String, int) - Constructor for class com.linuxnet.jpcsc.PCSCException
Constructor.
POWERED - Static variable in class com.linuxnet.jpcsc.PCSC
Card is powered
PRESENT - Static variable in class com.linuxnet.jpcsc.PCSC
Card is present
PROTOCOL_ANY - Static variable in class com.linuxnet.jpcsc.PCSC
IFD determines protocol.
PROTOCOL_DEFAULT - Static variable in class com.linuxnet.jpcsc.PCSC
IFD determines protocol.
PROTOCOL_RAW - Static variable in class com.linuxnet.jpcsc.PCSC
Raw active protocol.
PROTOCOL_T0 - Static variable in class com.linuxnet.jpcsc.PCSC
T=0 active protocol.
PROTOCOL_T1 - Static variable in class com.linuxnet.jpcsc.PCSC
T=1 active protocol.
pcscNativeLibName - Static variable in class com.linuxnet.jpcsc.PCSC
Name of the native library we depend on.
printAscii - Variable in class com.linuxnet.jpcsc.Apdu.Format
Append ASCII representation of APDU.
printLength - Variable in class com.linuxnet.jpcsc.Apdu.Format
Prepend string with APDU length.
proto - Variable in class com.linuxnet.jpcsc.State
Returned and set by Card.Status() to signal the protocol used by a card connection.
pvUserData - Variable in class com.linuxnet.jpcsc.State
Not used.

R

RESET_CARD - Static variable in class com.linuxnet.jpcsc.PCSC
Reset on close
Reconnect(int, int, int) - Method in class com.linuxnet.jpcsc.Card
Reconnect to card.
ReleaseContext() - Method in class com.linuxnet.jpcsc.Context
Release context.
reset() - Method in class com.linuxnet.jpcsc.Apdu
Reset the buffer.
reset(int) - Method in class com.linuxnet.jpcsc.Apdu
Reset Apdu, reallocate buffer.
rgbAtr - Variable in class com.linuxnet.jpcsc.State
Used by Context.getStatusChange() to store the ATR received by a card.

S

SCARD_ATTR_ASYNC_PROTOCOL_TYPES - Static variable in class com.linuxnet.jpcsc.PCSC
Tag for requesting card and reader attributes
SCARD_ATTR_ATR_STRING - Static variable in class com.linuxnet.jpcsc.PCSC
Tag for requesting card and reader attributes
SCARD_ATTR_CHANNEL_ID - Static variable in class com.linuxnet.jpcsc.PCSC
Tag for requesting card and reader attributes
SCARD_ATTR_CHARACTERISTICS - Static variable in class com.linuxnet.jpcsc.PCSC
Tag for requesting card and reader attributes
SCARD_ATTR_CURRENT_BWT - Static variable in class com.linuxnet.jpcsc.PCSC
Tag for requesting card and reader attributes
SCARD_ATTR_CURRENT_CLK - Static variable in class com.linuxnet.jpcsc.PCSC
Tag for requesting card and reader attributes
SCARD_ATTR_CURRENT_CWT - Static variable in class com.linuxnet.jpcsc.PCSC
Tag for requesting card and reader attributes
SCARD_ATTR_CURRENT_D - Static variable in class com.linuxnet.jpcsc.PCSC
Tag for requesting card and reader attributes
SCARD_ATTR_CURRENT_EBC_ENCODING - Static variable in class com.linuxnet.jpcsc.PCSC
Tag for requesting card and reader attributes
SCARD_ATTR_CURRENT_F - Static variable in class com.linuxnet.jpcsc.PCSC
Tag for requesting card and reader attributes
SCARD_ATTR_CURRENT_IFSC - Static variable in class com.linuxnet.jpcsc.PCSC
Tag for requesting card and reader attributes
SCARD_ATTR_CURRENT_IFSD - Static variable in class com.linuxnet.jpcsc.PCSC
Tag for requesting card and reader attributes
SCARD_ATTR_CURRENT_IO_STATE - Static variable in class com.linuxnet.jpcsc.PCSC
Tag for requesting card and reader attributes
SCARD_ATTR_CURRENT_N - Static variable in class com.linuxnet.jpcsc.PCSC
Tag for requesting card and reader attributes
SCARD_ATTR_CURRENT_PROTOCOL_TYPE - Static variable in class com.linuxnet.jpcsc.PCSC
Tag for requesting card and reader attributes
SCARD_ATTR_CURRENT_W - Static variable in class com.linuxnet.jpcsc.PCSC
Tag for requesting card and reader attributes
SCARD_ATTR_DEFAULT_CLK - Static variable in class com.linuxnet.jpcsc.PCSC
Tag for requesting card and reader attributes
SCARD_ATTR_DEFAULT_DATA_RATE - Static variable in class com.linuxnet.jpcsc.PCSC
Tag for requesting card and reader attributes
SCARD_ATTR_DEVICE_FRIENDLY_NAME_A - Static variable in class com.linuxnet.jpcsc.PCSC
Tag for requesting card and reader attributes
SCARD_ATTR_DEVICE_FRIENDLY_NAME_W - Static variable in class com.linuxnet.jpcsc.PCSC
Tag for requesting card and reader attributes
SCARD_ATTR_DEVICE_IN_USE - Static variable in class com.linuxnet.jpcsc.PCSC
Tag for requesting card and reader attributes
SCARD_ATTR_DEVICE_SYSTEM_NAME_A - Static variable in class com.linuxnet.jpcsc.PCSC
Tag for requesting card and reader attributes
SCARD_ATTR_DEVICE_SYSTEM_NAME_W - Static variable in class com.linuxnet.jpcsc.PCSC
Tag for requesting card and reader attributes
SCARD_ATTR_DEVICE_UNIT - Static variable in class com.linuxnet.jpcsc.PCSC
Tag for requesting card and reader attributes
SCARD_ATTR_ESC_AUTHREQUEST - Static variable in class com.linuxnet.jpcsc.PCSC
Tag for requesting card and reader attributes
SCARD_ATTR_ESC_CANCEL - Static variable in class com.linuxnet.jpcsc.PCSC
Tag for requesting card and reader attributes
SCARD_ATTR_ESC_RESET - Static variable in class com.linuxnet.jpcsc.PCSC
Tag for requesting card and reader attributes
SCARD_ATTR_EXTENDED_BWT - Static variable in class com.linuxnet.jpcsc.PCSC
Tag for requesting card and reader attributes
SCARD_ATTR_ICC_INTERFACE_STATUS - Static variable in class com.linuxnet.jpcsc.PCSC
Tag for requesting card and reader attributes
SCARD_ATTR_ICC_PRESENCE - Static variable in class com.linuxnet.jpcsc.PCSC
Tag for requesting card and reader attributes
SCARD_ATTR_ICC_TYPE_PER_ATR - Static variable in class com.linuxnet.jpcsc.PCSC
Tag for requesting card and reader attributes
SCARD_ATTR_MAXINPUT - Static variable in class com.linuxnet.jpcsc.PCSC
Tag for requesting card and reader attributes
SCARD_ATTR_MAX_CLK - Static variable in class com.linuxnet.jpcsc.PCSC
Tag for requesting card and reader attributes
SCARD_ATTR_MAX_DATA_RATE - Static variable in class com.linuxnet.jpcsc.PCSC
Tag for requesting card and reader attributes
SCARD_ATTR_MAX_IFSD - Static variable in class com.linuxnet.jpcsc.PCSC
Tag for requesting card and reader attributes
SCARD_ATTR_POWER_MGMT_SUPPORT - Static variable in class com.linuxnet.jpcsc.PCSC
Tag for requesting card and reader attributes
SCARD_ATTR_SUPRESS_T1_IFS_REQUEST - Static variable in class com.linuxnet.jpcsc.PCSC
Tag for requesting card and reader attributes
SCARD_ATTR_SYNC_PROTOCOL_TYPES - Static variable in class com.linuxnet.jpcsc.PCSC
Tag for requesting card and reader attributes
SCARD_ATTR_USER_AUTH_INPUT_DEVICE - Static variable in class com.linuxnet.jpcsc.PCSC
Tag for requesting card and reader attributes
SCARD_ATTR_USER_TO_CARD_AUTH_DEVICE - Static variable in class com.linuxnet.jpcsc.PCSC
Tag for requesting card and reader attributes
SCARD_ATTR_VENDOR_IFD_SERIAL_NO - Static variable in class com.linuxnet.jpcsc.PCSC
Tag for requesting card and reader attributes
SCARD_ATTR_VENDOR_IFD_TYPE - Static variable in class com.linuxnet.jpcsc.PCSC
Tag for requesting card and reader attributes
SCARD_ATTR_VENDOR_IFD_VERSION - Static variable in class com.linuxnet.jpcsc.PCSC
Tag for requesting card and reader attributes
SCARD_ATTR_VENDOR_NAME - Static variable in class com.linuxnet.jpcsc.PCSC
Tag for requesting card and reader attributes
SCOPE_GLOBAL - Static variable in class com.linuxnet.jpcsc.PCSC
Scope is global, mapped on SCOPE_SYSTEM on Windows
SCOPE_SYSTEM - Static variable in class com.linuxnet.jpcsc.PCSC
Scope in system
SCOPE_TERMINAL - Static variable in class com.linuxnet.jpcsc.PCSC
Scope in terminal
SCOPE_USER - Static variable in class com.linuxnet.jpcsc.PCSC
Scope in user space
SHARE_DIRECT - Static variable in class com.linuxnet.jpcsc.PCSC
Raw mode only
SHARE_EXCLUSIVE - Static variable in class com.linuxnet.jpcsc.PCSC
Exclusive mode only
SHARE_SHARED - Static variable in class com.linuxnet.jpcsc.PCSC
Shared mode only
SPECIFIC - Static variable in class com.linuxnet.jpcsc.PCSC
PTS has been set
STATE_ATRMATCH - Static variable in class com.linuxnet.jpcsc.PCSC
ATR matches card
STATE_CHANGED - Static variable in class com.linuxnet.jpcsc.PCSC
State has changed
STATE_EMPTY - Static variable in class com.linuxnet.jpcsc.PCSC
Card removed
STATE_EXCLUSIVE - Static variable in class com.linuxnet.jpcsc.PCSC
Exclusive Mode
STATE_IGNORE - Static variable in class com.linuxnet.jpcsc.PCSC
Ignore this reader
STATE_INUSE - Static variable in class com.linuxnet.jpcsc.PCSC
Shared Mode
STATE_MUTE - Static variable in class com.linuxnet.jpcsc.PCSC
Unresponsive card
STATE_PRESENT - Static variable in class com.linuxnet.jpcsc.PCSC
Card inserted
STATE_UNAVAILABLE - Static variable in class com.linuxnet.jpcsc.PCSC
Status unavailable
STATE_UNAWARE - Static variable in class com.linuxnet.jpcsc.PCSC
App wants status
STATE_UNKNOWN - Static variable in class com.linuxnet.jpcsc.PCSC
Reader unknown
SUCCESS - Static variable in class com.linuxnet.jpcsc.PCSC
Note that PCSC Lite versions up to 0.8.2 return 1 instead of 0 on success and thus do not match JPCSC.
SWALLOWED - Static variable in class com.linuxnet.jpcsc.PCSC
Card not powered
SetAttrib(int, byte[]) - Method in class com.linuxnet.jpcsc.Card
Set an attribute of the IFD Handler.
State - class com.linuxnet.jpcsc.State.
Instances of the States class are used to keep information about the states of connections with readers or cards.
State(String) - Constructor for class com.linuxnet.jpcsc.State
Constructor.
State(String, int) - Constructor for class com.linuxnet.jpcsc.State
Constructor.
Status() - Method in class com.linuxnet.jpcsc.Card
Return status of connection.
Status(State) - Method in class com.linuxnet.jpcsc.Card
Return status of connection in the specified state object.
StringifyError(int) - Static method in class com.linuxnet.jpcsc.Context
Return symbolic representation of an error.
s2ba(String) - Static method in class com.linuxnet.jpcsc.Apdu
Convert string to a byte array.
s2ba(String, byte[], int) - Static method in class com.linuxnet.jpcsc.Apdu
Convert string to a byte array.
set(byte[]) - Method in class com.linuxnet.jpcsc.Apdu
Copy the given APDU to the internal buffer.
set(byte[], int, int) - Method in class com.linuxnet.jpcsc.Apdu
Copy the given APDU (range from a byte array) to the internal buffer.
set(int, int, int, int, int, byte[], int, int) - Method in class com.linuxnet.jpcsc.Apdu
Create an APDU from the given data.
set(int, int, int, int) - Method in class com.linuxnet.jpcsc.Apdu
Create APDU payload from given data.
set(String) - Method in class com.linuxnet.jpcsc.Apdu
Set APDU data from given string.
setResendOnWrongLe(boolean) - Method in class com.linuxnet.jpcsc.Card
Switch on/off transparent handling of resend on wrong Le
setT0GetResponse(boolean) - Method in class com.linuxnet.jpcsc.Card
Switch on/off transparent handling of T0 GetResponse.
szReader - Variable in class com.linuxnet.jpcsc.State
Name of the reader.

T

Transmit(Apdu) - Method in class com.linuxnet.jpcsc.Card
Transmit given APDU.
Transmit(byte[], int, int) - Method in class com.linuxnet.jpcsc.Card
Transmit data.
Transmit(int, int, int, int, int, byte[], int, int) - Method in class com.linuxnet.jpcsc.Card
Transmit data to the card.
Transmit(int, int, int, int, byte[], int, int, int) - Method in class com.linuxnet.jpcsc.Card
Transmit data to the card.
Transmit(int, int, int, int, byte[], int) - Method in class com.linuxnet.jpcsc.Card
Transmit data to the card.
Transmit(int, int, int, int, byte[], int, int) - Method in class com.linuxnet.jpcsc.Card
Transmit data to the card.
Transmit(int, int, int, int, byte[]) - Method in class com.linuxnet.jpcsc.Card
Transmit data to the card.
Transmit(byte[], int, int, byte[], int) - Method in class com.linuxnet.jpcsc.Card
Transmit data.
toString() - Method in class com.linuxnet.jpcsc.Apdu
Return string representation of APDU.
toString(Apdu.Format) - Method in class com.linuxnet.jpcsc.Apdu
Return string representation of APDU according to given format specification.
toString() - Method in class com.linuxnet.jpcsc.Card
Return string representation.
toString() - Method in class com.linuxnet.jpcsc.PCSCException
Return symbolic representation of this exception.
toString(boolean) - Method in class com.linuxnet.jpcsc.State
Return a string representation for either a card status after a Card.GetStatus() or a reader status after a Context.getStatusChange() operation.
toString() - Method in class com.linuxnet.jpcsc.State
Return a string representation.

U

UNKNOWN - Static variable in class com.linuxnet.jpcsc.PCSC
Unknown state
UNPOWER_CARD - Static variable in class com.linuxnet.jpcsc.PCSC
Power down on close

W

W_REMOVED_CARD - Static variable in class com.linuxnet.jpcsc.PCSC
Warning code
W_RESET_CARD - Static variable in class com.linuxnet.jpcsc.PCSC
Warning code
W_UNPOWERED_CARD - Static variable in class com.linuxnet.jpcsc.PCSC
Warning code
W_UNRESPONSIVE_CARD - Static variable in class com.linuxnet.jpcsc.PCSC
Warning code
W_UNSUPPORTED_CARD - Static variable in class com.linuxnet.jpcsc.PCSC
Warning code
WaitForCard(int) - Method in class com.linuxnet.jpcsc.Context
This method blocks until a card is inserted into a reader, or the specified time has been expired.
WaitForCard(String, int) - Method in class com.linuxnet.jpcsc.Context
This method blocks until a card is inserted into the specified reader, or the specified time has been expired.
wrap(byte[], int) - Method in interface com.linuxnet.jpcsc.Apdu.Wrapper
Wrap the apdu buffer.
wrapWith(Apdu.Wrapper) - Method in class com.linuxnet.jpcsc.Apdu
Wrap the apdu buffer.

A B C D E F G H I L M N P R S T U W