Package | Description |
---|---|
com.scriptel.easyscript |
This package contains all of the required logic to parse output from
Scriptel ScripTouch EasyScript products.
|
com.scriptel.easyscript.cardswipeprotocols |
This package contains all of the registered card swipe protocols
used to decode magnetic strip data from supported devices.
|
com.scriptel.easyscript.example | |
com.scriptel.easyscript.signatureprotocols |
This package contains all of the registered signature protocols
used to decode signature data from supported devices.
|
Class and Description |
---|
BinaryTree
This class represents a single node in a binary tree.
|
CardSwipe
This class represents a successful magnetic card swipe from a ScripTouch
EasyScript device with a magnetic card strip reader.
|
CardSwipeInvalidException
This exception is thrown when there is a problem parsing a card swipe string.
|
CardSwipeProtocol
This interface represents a template for card swipe protocols.
|
Coordinate
This class represents a two dimensional coordinate on a digitizer.
|
EasyScriptCardState
This class represents different states in the card parsing state machine.
|
EasyScriptDecoder
This interface is used to define an EasyScript decoder.
|
EasyScriptEventListener
This interface defines a listener capable of receiving streaming EasyScript
events.
|
EasyScriptStreamingState
This enumeration is used to determine which state the EasyScript decoder is
currently in.
|
FinancialCard
This class represents the parsed magnetic stripe data from a financial
(credit) card.
|
FinancialCardIssuer
This class attempts to identify credit card issuers based on patterns in the
numbers each vendor issues.
|
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.
|
IdentificationSex
This class represents the gender of a card-holder on an identification card.
|
Signature
This class represents a parsed signature from a Scriptel ScripTouch EasyScript
device.
|
SignatureInvalidException
This exception is thrown when there is a problem parsing a signature string.
|
SignatureMetaData |
SignatureProtocol
This interface represents a Scriptel ScripTouch EasyScript protocol.
|
Class and Description |
---|
CardSwipeProtocol
This interface represents a template for card swipe protocols.
|
Class and Description |
---|
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.
|
EasyScriptEventListener
This interface defines a listener capable of receiving streaming EasyScript
events.
|
SignatureMetaData |
Class and Description |
---|
SignatureProtocol
This interface represents a Scriptel ScripTouch EasyScript protocol.
|