See: Description
Interface | Description |
---|---|
CardSwipeProtocol |
This interface represents a template for card swipe protocols.
|
EasyScriptDecoder |
This interface is used to define an EasyScript decoder.
|
EasyScriptEventListener |
This interface defines a listener capable of receiving streaming EasyScript
events.
|
SignatureProtocol |
This interface represents a Scriptel ScripTouch EasyScript protocol.
|
Class | Description |
---|---|
BinaryTree |
This class represents a single node in a binary tree.
|
BinaryTreeReader |
This class implements a binary tree reader for the compression table used
to compress EasyScript signatures.
|
CardSwipe |
This class represents a successful magnetic card swipe from a ScripTouch
EasyScript device with a magnetic card strip reader.
|
Coordinate |
This class represents a two dimensional coordinate on a digitizer.
|
EasyScript |
This is a utility class that can be used to interact with Scriptel ScripTouch
EasyScript products.
|
EasyScriptCompressedDecoder |
This class creates the live signature and coordinates that are generated by a compressed
ScripTouch EasyScript device.
|
EasyScriptUncompressedDecoder |
This class is responsible for decoding an uncompressed EasyScript stream which
encompasses protocols A, B, and C.
|
FinancialCard |
This class represents the parsed magnetic stripe data from a financial
(credit) card.
|
FinancialCardTrackOne |
This class represents track one of a financial card.
|
FinancialCardTrackTwo |
This class represents the second track of a financial card.
|
IdentificationCard |
This class represents an identification card such as a United States drivers
license.
|
IdentificationCardTrackOne |
This class represents track one of the magnetic strip of an identification
card, such as a United States drivers license.
|
IdentificationCardTrackThree |
This class represents track three of a magnetic strip identification card
such as a United States driver's license.
|
IdentificationCardTrackTwo |
This class represents track two of a magnetic strip identification card
such as a United States driver's license.
|
KeyboardDecoder |
A utility for quickly searching for keyboard values.
|
Signature |
This class represents a parsed signature from a Scriptel ScripTouch EasyScript
device.
|
SignatureMetaData |
Enum | Description |
---|---|
EasyScriptCardState |
This class represents different states in the card parsing state machine.
|
EasyScriptStreamingState |
This enumeration is used to determine which state the EasyScript decoder is
currently in.
|
FinancialCardIssuer |
This class attempts to identify credit card issuers based on patterns in the
numbers each vendor issues.
|
IdentificationSex |
This class represents the gender of a card-holder on an identification card.
|
Exception | Description |
---|---|
CardSwipeInvalidException |
This exception is thrown when there is a problem parsing a card swipe string.
|
SignatureInvalidException |
This exception is thrown when there is a problem parsing a signature string.
|
This package contains all of the required logic to parse output from Scriptel ScripTouch EasyScript products.