Package com.SecurePlay

This package contains the core classes of the SecurePlayLibrary.

See:
          Description

Interface Summary
SPAbstractCommsInterface This is the interface for all comms services classes.
SPAbstractTransactionAPIInterface This is the interface for all the transaction APIs including abstract.
SPAbstractTransactionInterface The Abstract Transaction Interface is the required interface that all transactions that work with the SecurePlay library must support.
SPCommsManagerCommsInterface This is the interface for connecting with the SPCommsManagerClass from the "comms side".
SPEventInterface This interface is the Callback Interface for external objects (typically developed games) to receive notifications of significant events from a Game or Transaction instance.
SPGameAPIInterface This is the GameAPI class interface
SPGameInterface This is the interface for all Game classes
SPLogInterface This is the interface for all the log classes.
SPPlayerInterface This is the interface for the Player class
SPRelayInterface  
SPSecurityManagerInterface This is the interface for the security manager class.
 

Class Summary
SecurePlayClass This is the main Secure Play Library Class.
SPAbstractTransactionAPIClass API version of the SPAbstractTransactionClass
SPAbstractTransactionClass This is the common abstract transaction class for all transactions in the SecurePlay library
SPCommsManagerClass This class manages the communications and various communications services.
SPGameAPIClass The Game API Class is the interface used to communicate with the Game Object as well as to manage the creation of the various types of transactions and other activities associated with controlling a Game.
SPGameClass This is the general class that holds a game instance.
SPMap This is a wrapper class that wraps around the java Hashtable object.
SPMessageClass This is a "game-level" message that is sent between SecurePlay library instances for each Player.
SPPlayerClass A player or participant in a game
SPRootTransactionClass This abstract class provides the common services for all game and transaction types.
SPTBlastAPIClass This class is the API for a single step transaction that includes all members of a specific game.
SPTBlastClass This class is a single step transaction that includes all members of a specific game.
SPUEctf Enumerated class with values: true, false, consistent.
SPUEPrivatePolicy Enumerated class with values: A, P, Q.
SPUtil These are global functions and constants that can be used by various portions of the SecurePlay library.
 

Package com.SecurePlay Description

This package contains the core classes of the SecurePlayLibrary.