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

Detailed Description
a representation of a license ticket
SPTickets are used in SPCompare, SPTablet, SPSignature, SPReference and SPImage objects. Tickets can be serialized, use SPTicket(byte []), SPFlatFile.createFromTicket. SPTicket also implements java.io.Serializable.
- Deprecated:
- SignWare now uses license keys, usage of license tickets is deprecated.
- Operating Systems:
- Windows (Win32), Linux (i386), Linux (x86_64), Android (ARMv7a)
Public Member Functions | |
void | charge () throws SPSignwareException |
Fill a ticket with a license for the specified operation. | |
int | getCount () throws SPSignwareException |
Query the requested / granted charge count for this object. | |
String | getSession () throws SPSignwareException |
Query the session identifier for this ticket object. | |
int | getUsage () throws SPSignwareException |
Query the usage for this ticket object. | |
void | setCount (int iCount) throws SPSignwareException |
Set the requested charge count for this object. | |
void | setSession (String strSession) throws SPSignwareException |
Set the session identifier for this ticket object. | |
void | setUsage (int iUsage) throws SPSignwareException |
Set the usage for this ticket object. | |
SPTicket (byte baFlatfile[]) throws SPSignwareException | |
Create an instance of a license holder for a specific operation. | |
SPTicket (int iUsage, int iNumTickets, String strSession) throws SPSignwareException | |
Create an instance of a license holder for a specific operation. | |
Static Public Attributes | |
static final int | ticket_capture = 9 |
License operation: signature capture. | |
static final int | ticket_clean = 7 |
License operation: clean static images. | |
static final int | ticket_compare_dynamic = 6 |
License operation: dynamic signature verification. | |
static final int | ticket_compare_static = 5 |
License operation: static signature verification. | |
static final int | ticket_load_dynamic = 3 |
License operation: load dynamic signature verification engine. | |
static final int | ticket_load_signware = 1 |
License operation: load signware core modules. | |
static final int | ticket_load_static = 2 |
License operation: load static signature verification engine. | |
static final int | ticket_render = 10 |
License operation: render a dynamic signature. | |
Package Functions | |
native final int | jniFree () |
Constructor & Destructor Documentation
|
Create an instance of a license holder for a specific operation. Call charge() to charge the ticket and then pass it to the ticket consumer.
|
|
Create an instance of a license holder for a specific operation.
|
Member Function Documentation
|
Fill a ticket with a license for the specified operation. Use getCount() to query the charge count received.
|
|
Query the requested / granted charge count for this object.
|
|
Query the session identifier for this ticket object.
|
|
Query the usage for this ticket object.
|
|
Implements de.softpro.signware.SPSignwareObject. |
|
Set the requested charge count for this object.
|
|
Set the session identifier for this ticket object.
|
|
Set the usage for this ticket object.
|
Member Data Documentation
|
License operation: signature capture.
|
|
License operation: clean static images.
|
|
License operation: dynamic signature verification.
|
|
License operation: static signature verification.
|
|
License operation: load dynamic signature verification engine.
|
|
License operation: load signware core modules.
|
|
License operation: load static signature verification engine.
|
|
License operation: render a dynamic signature.
|
The documentation for this class was generated from the following file: