de.softpro.signware.SPSmartcard Class Reference
Inheritance diagram for de.softpro.signware.SPSmartcard:

Detailed Description
Smartcard object.Access a smartcard. This class supports reading / writing template files on smartcard.
- Operating Systems:
- Windows (Win32)
Public Member Functions | |
void | displayText (String strText) throws SPSignwareException |
Show some text on readers that integrate a display. | |
int | getCardType () throws SPSignwareException |
Query the inserted smartcard. | |
String | getInput (String strText, int iFlags) throws SPSignwareException |
Read some input from the card terminal. | |
int | getStatus () throws SPSignwareException |
Query the status from the smartcard. | |
boolean | isCardInserted () throws SPSignwareException |
Query the status from the smartcard. | |
byte[] | loadTemplate () throws SPSignwareException |
Read a template from the smartcard. | |
int | saveTemplate (byte[] baTemplate, String strPassword) throws SPSignwareException |
Write a template to the smartcard. | |
int | saveTemplate (byte[] baTemplate) throws SPSignwareException |
Write a template to the smartcard. | |
SPSmartcard (SPSmartcardDriver spSmartcardDriver) throws SPSignwareException | |
Instantiate a ne Smartcard object. The Smartcard object is bound to the reader defined by SPSmartcardDriver. | |
Static Public Attributes | |
static final int | SMARTCARD_CHANGED = 2 |
Smartcard status: the Smartcard was changed. | |
static final int | SMARTCARD_INSERTED = 1 |
Smartcard status: a Smartcard is inserted. | |
Package Functions | |
native int | jniFree () |
Constructor & Destructor Documentation
|
Instantiate a ne Smartcard object. The Smartcard object is bound to the reader defined by SPSmartcardDriver.
|
Member Function Documentation
|
Show some text on readers that integrate a display.
|
|
Query the inserted smartcard.
|
|
Read some input from the card terminal. This implementation limits the input to 63 characters.
|
|
Query the status from the smartcard.
|
|
Query the status from the smartcard.
|
|
Implements de.softpro.signware.SPSignwareObject. |
|
Read a template from the smartcard.
|
|
Write a template to the smartcard.
|
|
Write a template to the smartcard.
|
Member Data Documentation
|
Smartcard status: the Smartcard was changed.
|
|
Smartcard status: a Smartcard is inserted.
|
The documentation for this class was generated from the following file: