SecurePlayLibray J2SE
v2.1
A B C D E F G H I K L M N O P Q R S T U V W X

A

A - Variable in class com.SecurePlay.Imported.MD5.MD
 
A - Static variable in class com.SecurePlay.SPUEPrivatePolicy
The value: A
AActive() - Method in class com.SecurePlay.SPTStrobeClass
This method returns whether the “A” bank is active – boolean TRUE - or the “B” bank is active – boolean FALSE.
AGE - Variable in class com.SecurePlay.SPAbstractTransactionClass
Abstract Game Engine or code associated with this transaction
APIActivate() - Method in class com.SecurePlay.SPCommsManagerClass
This method activates the thread
APIDeactivate() - Method in class com.SecurePlay.SPCommsManagerClass
This method deactivates the thread
APIReplayRemoveOldSender(String) - Method in class com.SecurePlay.SPRootTransactionClass
This method removes an older sender from the replay list.
APIactivate() - Method in class com.SecurePlay.Comms.SPAbstractCommsClass
OPTIONAL - This is a shell method to trigger the activation of a comms service, if necessary.
APIactivate() - Method in class com.SecurePlay.Comms.SPCLocalComms.SPCLocalCommsClass
This method adds the Local Comms instance to the set of active Local Comms objects so it will receive incoming messages
APIactivate() - Method in class com.SecurePlay.Comms.SPCLocalCommsFile.SPCLocalCommsFileClass
This method adds the Local Comms instance to the set of active Local Comms objects so it will receive incoming messages
APIaddGameComms(String, String) - Method in class com.SecurePlay.SecurePlayClass
This method associates a communications service with a game instance.
APIaddGamePlayer(String, String) - Method in class com.SecurePlay.SecurePlayClass
This method associates a Player instance with a Game Instance so the player can participate in the game.
APIaddLibraryListeners(SPEventInterface) - Method in class com.SecurePlay.SecurePlayClass
This method adds a global listener to this SecurePlayClass.
APIaddListener(SPEventInterface) - Method in class com.SecurePlay.SPRootTransactionClass
This method adds a listener object for events
APIclearCommsServices() - Method in class com.SecurePlay.SecurePlayClass
This clears all of the comms services associated with the SecurePlay library.
APIclearGames() - Method in class com.SecurePlay.SecurePlayClass
This removes all of the Game Instances associated with the SecurePlay library.
APIclearLibraryListeners() - Method in class com.SecurePlay.SecurePlayClass
This method removes all the global listeners from this SecurePlayClass.
APIclearListeners() - Method in class com.SecurePlay.SPRootTransactionClass
This method clears the listener objects for events
APIclearPlayers() - Method in class com.SecurePlay.SecurePlayClass
This method removes all of the Player Instances associated with the SecurePlay library.
APIcompleteTransaction(String) - Method in class com.SecurePlay.SPAbstractTransactionClass
This method allows the Transaction Master ONLY to complete the transaction.
APIcompleteTransaction(String) - Method in interface com.SecurePlay.SPAbstractTransactionInterface
This method allows the Transaction Master ONLY to complete the transaction.
APIcompleteTransaction(String) - Method in class com.SecurePlay.SPTRandomClass
This method overrides the SPAbstractTransactionClass method.
APIconfigureCommService() - Method in class com.SecurePlay.Comms.SPAbstractCommsClass
This method configures a comm service instance.
APIconfigureCommService(int) - Method in class com.SecurePlay.Comms.SPCLocalCommsFile.SPCLocalCommsFileClass
Configures the comms service.
APIconfigureTransaction(String) - Method in class com.SecurePlay.SPTRandomClass
This method handles the specific configuration required for a Random
APIcreateComms(String, SPAbstractCommsInterface) - Method in class com.SecurePlay.SecurePlayClass
This method creates a comms service.
APIcreateGame(SPGameInterface, String) - Method in class com.SecurePlay.SecurePlayClass
Attach an existing Game Instance to the Library.
APIcreatePlayer(String) - Method in class com.SecurePlay.SecurePlayClass
Adds a player instance.
APIcreateTransaction(SPGameInterface, SPMessageClass) - Method in class com.SecurePlay.SPAbstractTransactionClass
Creates a new instance of an Abstract Transaction class.
APIcreateTransaction(SPGameInterface, SPMessageClass) - Method in interface com.SecurePlay.SPAbstractTransactionInterface
Creates a new instance of an Abstract Transaction class.
APIcreateTransaction(SPGameInterface, SPMessageClass) - Method in class com.SecurePlay.SPTActClass
Creates a new instance of an Abstract Transaction class.
APIcreateTransaction(SPGameInterface, SPMessageClass) - Method in class com.SecurePlay.SPTBeginGame
Creates an instance of SPTBeginGame object.
APIcreateTransaction(SPGameInterface, SPMessageClass) - Method in class com.SecurePlay.SPTBlastClass
Creates a new instance of an Abstract Transaction class.
APIcreateTransaction(SPGameInterface, SPMessageClass) - Method in class com.SecurePlay.SPTBurstClass
Creates a new instance of a MiniBlast class.
APIcreateTransaction(SPGameInterface, SPMessageClass) - Method in class com.SecurePlay.SPTEndGame
Creates a new instance of an SPTBeginGame.
APIcreateTransaction(SPGameInterface, SPMessageClass) - Method in class com.SecurePlay.SPTMultiPartSecretClass
Creates a new instance of an SPMutliPartSecretClass class.
APIcreateTransaction(SPGameInterface, SPMessageClass) - Method in class com.SecurePlay.SPTMultiPartSimultaneousClass
Creates a new instance of an SPTSimultaneousClass class.
APIcreateTransaction(SPGameInterface, SPMessageClass) - Method in class com.SecurePlay.SPTMultistepTurnClass
Creates a new instance of an SPTMultiStepTurnClass class.
APIcreateTransaction(SPGameInterface, SPMessageClass) - Method in class com.SecurePlay.SPTPlayerJoinClass
Creates a new instance transaction.
APIcreateTransaction(SPGameInterface, SPMessageClass) - Method in class com.SecurePlay.SPTRandomClass
 
APIcreateTransaction(SPGameInterface, SPMessageClass) - Method in class com.SecurePlay.SPTSecretClass
Creates a new instance of an SPSecretClass class.
APIcreateTransaction(SPGameInterface, SPMessageClass) - Method in class com.SecurePlay.SPTShipClass
Creates a new instance of an SPSecretClass class.
APIcreateTransaction(SPGameInterface, SPMessageClass) - Method in class com.SecurePlay.SPTSimultaneousClass
Creates a new instance of an SPTSimultaneousClass class.
APIcreateTransaction(SPGameInterface, SPMessageClass) - Method in class com.SecurePlay.SPTStrobeClass
Creates a new instance of an SPSecretClass class.
APIcreateTransaction(SPGameInterface, SPMessageClass) - Method in class com.SecurePlay.SPTSynchronizedRandomClass
This creates a SPTSynchronizedRandomClass transaction from an incoming message.
APIcreateTransaction(SPGameInterface, SPMessageClass) - Method in class com.SecurePlay.SPTnewAGEClass
Creates an instance of SPTnewAgeClass object.
APIcreateTransaction(SPGameInterface, SPMessageClass) - Method in class com.SecurePlay.SPTnewGameClass
Creates a new instance of an SPTBeginGame.
APIdeactivate() - Method in class com.SecurePlay.Comms.SPAbstractCommsClass
OPTIONAL - This shell method is used to deactivate a comms service once it is no longer needed.
APIdeactivate() - Method in class com.SecurePlay.Comms.SPCLocalComms.SPCLocalCommsClass
This method removes the Local Comms instance from the set of active local Comms objects so it can no longer send or receive messages
APIdeactivate() - Method in class com.SecurePlay.Comms.SPCLocalCommsFile.SPCLocalCommsFileClass
This method removes the Local Comms instance from the set of active local Comms objects so it can no longer send or receive messages NOTE: Deactivate for threads does not actually delete the thread.
APIgenerateRandomEvent(String, String[], boolean, int) - Method in class com.SecurePlay.SPTRandomClass
This method handles either requests or local generation of random events by the Random master.
APIgetAGE() - Method in class com.SecurePlay.SPAbstractTransactionClass
Gets the Abstract Game Engine (AGE) of this transaction.
APIgetAGE() - Method in interface com.SecurePlay.SPAbstractTransactionInterface
Gets the abstract game engine of this transaction.
APIgetBasicTransactionCount() - Method in class com.SecurePlay.SPGameClass
This method returns the basic transaction count - the total number of transactions that have been generated.
APIgetCommsService(String) - Method in class com.SecurePlay.SecurePlayClass
This method uses a commsID and returns the appropriate Communications Service Instance.
APIgetConfiguration() - Method in class com.SecurePlay.SPAbstractTransactionClass
Getter function that returns the property: configuration
APIgetConfiguration() - Method in interface com.SecurePlay.SPAbstractTransactionInterface
Getter function that returns the property: configuration
APIgetEntireShipment() - Method in class com.SecurePlay.SPTShipClass
This method returns the entire shipment, if possible.
APIgetEventCount() - Method in class com.SecurePlay.SPTSynchronizedRandomClass
 
APIgetGame(String) - Method in class com.SecurePlay.SecurePlayClass
This method takes a gameID and returns the associated Game Instance object.
APIgetGameID() - Method in interface com.SecurePlay.SPAbstractTransactionInterface
Gets the game id associated with the transaction.
APIgetGameID() - Method in interface com.SecurePlay.SPGameInterface
Gets the game id
APIgetGameID() - Method in class com.SecurePlay.SPRootTransactionClass
Gets the game id associated with the transaction or game.
APIgetGameLog() - Method in class com.SecurePlay.SPGameClass
Gets the messagelog object from the gameinstance
APIgetGameLog() - Method in interface com.SecurePlay.SPGameInterface
Gets the messagelog object from the gameinstance
APIgetGameTransaction(String) - Method in class com.SecurePlay.SPGameClass
This method returns a specific transaction associated with a given game instance.
APIgetGameTransaction(String) - Method in interface com.SecurePlay.SPGameInterface
This method returns a specific transaction associated with a given game instance.
APIgetGameinstance() - Method in class com.SecurePlay.SPAbstractTransactionClass
Getter function that returns the property: gameinstance
APIgetGamestatus() - Method in class com.SecurePlay.SPGameClass
Getter function that returns the property: gamestatus
APIgetGamestatus() - Method in interface com.SecurePlay.SPGameInterface
Getter function that returns the property: gamestatus
APIgetGetReplayList() - Method in class com.SecurePlay.SPRootTransactionClass
This method returns the relay data list.
APIgetLastReceivedSent() - Method in class com.SecurePlay.SPTShipClass
 
APIgetLastShipment() - Method in class com.SecurePlay.SPTShipClass
 
APIgetLibraryListeners() - Method in class com.SecurePlay.SecurePlayClass
Gets all the listeners that are listening for any notify in this library.
APIgetLicenseSummary() - Method in class com.SecurePlay.SPGameClass
This method returns a summary of the licensee information for the current game instance.
APIgetLicenseSummary() - Method in interface com.SecurePlay.SPGameInterface
This method returns a summary of the licensee information for the current game instance.
APIgetLicenseSummary() - Method in class com.SecurePlay.SecurePlayClass
This method returns the summary of the license.
APIgetListenerCount() - Method in class com.SecurePlay.SPRootTransactionClass
This method returns the number of listener objects for events
APIgetListeners() - Method in class com.SecurePlay.SPRootTransactionClass
This method returns a list of listener objects for events
APIgetMaster() - Method in interface com.SecurePlay.SPAbstractTransactionInterface
Gets the id of the master of the transaction.
APIgetMaster() - Method in interface com.SecurePlay.SPGameInterface
Gets the master
APIgetMaster() - Method in class com.SecurePlay.SPRootTransactionClass
Gets the master of the transaction or game
APIgetNewAGE() - Method in class com.SecurePlay.SPTnewAGEClass
This method returns the new AGE.
APIgetNewAGEParameters() - Method in class com.SecurePlay.SPTnewAGEClass
This method returns the new AGE parameters.
APIgetNewCID() - Method in class com.SecurePlay.SPTPlayerJoinClass
 
APIgetNewEncryptPolicy() - Method in class com.SecurePlay.SPTnewGameClass
 
APIgetNewGID() - Method in class com.SecurePlay.SPTPlayerJoinClass
 
APIgetNewGID() - Method in class com.SecurePlay.SPTnewGameClass
 
APIgetNewGameType() - Method in class com.SecurePlay.SPTnewGameClass
 
APIgetNewMaster() - Method in class com.SecurePlay.SPTnewGameClass
 
APIgetNewPID() - Method in class com.SecurePlay.SPTPlayerJoinClass
 
APIgetNewPlayers() - Method in class com.SecurePlay.SPTnewGameClass
 
APIgetNewSecurityManagerType() - Method in class com.SecurePlay.SPTnewGameClass
 
APIgetNewSignaturePolicy() - Method in class com.SecurePlay.SPTnewGameClass
 
APIgetNewTransactionID() - Method in class com.SecurePlay.SPTnewAGEClass
This method returns the transaction ID associated with the new AGE
APIgetOpenCommServiceIDs() - Method in class com.SecurePlay.SecurePlayClass
This method return
APIgetOpenGameIDs() - Method in class com.SecurePlay.SecurePlayClass
Gets the keys of an associative array(SPHashtable) this.prgamesList and returns them as a String array of open games id list.
APIgetOpenPlayerIDs() - Method in class com.SecurePlay.SecurePlayClass
Returns a list of player IDs open.
APIgetOpentransactionIDList() - Method in class com.SecurePlay.SPGameClass
Getter function that returns the open transaction IDs
APIgetOpentransactionIDList() - Method in interface com.SecurePlay.SPGameInterface
Getter function that returns the open transaction IDs
APIgetPlayerIDList() - Method in interface com.SecurePlay.SPAbstractTransactionInterface
Gets the player ids associated with the transaction.
APIgetPlayerIDList() - Method in interface com.SecurePlay.SPGameInterface
Gets the player id list
APIgetPlayerIDList() - Method in class com.SecurePlay.SPRootTransactionClass
Gets the player id list of the players associated with the transaction or the game.
APIgetPrivacyFlag() - Method in class com.SecurePlay.SPAbstractTransactionClass
Gets the privacy flag of this class.
APIgetPrivacyFlag() - Method in interface com.SecurePlay.SPAbstractTransactionInterface
Gets the privacy flag of this class.
APIgetRandom() - Method in class com.SecurePlay.SPTActClass
This method returns the combined random number from the transaction participants
APIgetRandom() - Method in class com.SecurePlay.SPTSynchronizedRandomClass
This method returns the combined random number from the transaction participants
APIgetRandomEvent(int) - Method in class com.SecurePlay.SPTRandomClass
This method returns a random event from the dealtEventList property as specified by the index.
APIgetRandomEventCount() - Method in class com.SecurePlay.SPTRandomClass
 
APIgetRandomRange() - Method in class com.SecurePlay.SPTSynchronizedRandomClass
 
APIgetReplacement() - Method in class com.SecurePlay.SPTSynchronizedRandomClass
 
APIgetSecret(String) - Method in class com.SecurePlay.SPTActClass
This method returns the actual secret for the specified player that this STROBE step is protecting, if available.
APIgetSecret() - Method in class com.SecurePlay.SPTMultiPartSecretClass
This method returns the actual secret that this transaction is protecting, if available.
APIgetSecret(String) - Method in class com.SecurePlay.SPTMultiPartSimultaneousClass
This method returns the actual secret for the specified player that this transaction is protecting, if available.
APIgetSecret() - Method in class com.SecurePlay.SPTSecretClass
This method returns the actual secret that this transaction is protecting, if available.
APIgetSecret(String) - Method in class com.SecurePlay.SPTSimultaneousClass
This method returns the actual secret for the specified player that this transaction is protecting, if available.
APIgetSecret(String) - Method in class com.SecurePlay.SPTStrobeClass
This method returns the actual secret for the specified player that this STROBE step is protecting, if available.
APIgetShipcount() - Method in class com.SecurePlay.SPTShipClass
 
APIgetShipment(int) - Method in class com.SecurePlay.SPTShipClass
Return specified recent shipment
APIgetStepCount() - Method in class com.SecurePlay.SPTMultistepTurnClass
This method returns the current number of steps that have been sent.
APIgetStepData(int) - Method in class com.SecurePlay.SPTMultistepTurnClass
This method returns the dataList entry associated with the specified step value
APIgetStepSource(int) - Method in class com.SecurePlay.SPTMultistepTurnClass
This method returns the PlayerID of the sender of a specific transaction step.
APIgetTransactionContent() - Method in class com.SecurePlay.SPTBlastClass
This method returns the contents of the Blast
APIgetTransactionContent() - Method in class com.SecurePlay.SPTBurstClass
This method returns the contents of the Burst Transaction
APIgetTransactionID() - Method in interface com.SecurePlay.SPAbstractTransactionInterface
Gets the transaction id.
APIgetTransactionID() - Method in interface com.SecurePlay.SPGameInterface
Gets the transaction id
APIgetTransactionID() - Method in class com.SecurePlay.SPRootTransactionClass
Gets the transaction id.
APIgetTransactionType() - Method in class com.SecurePlay.SPAbstractTransactionClass
This method returns a String of the transactiontype.
APIgetTransactionType() - Method in interface com.SecurePlay.SPAbstractTransactionInterface
This method returns a String of the transactiontype.
APIgetTransactionType() - Method in class com.SecurePlay.SPTActClass
This method returns a String of the transactiontype.
APIgetTransactionType() - Method in class com.SecurePlay.SPTBeginGame
This method returns a String of the transactiontype.
APIgetTransactionType() - Method in class com.SecurePlay.SPTBlastClass
This method returns a String of the transactiontype.
APIgetTransactionType() - Method in class com.SecurePlay.SPTBurstClass
This method returns a String of the transactiontype.
APIgetTransactionType() - Method in class com.SecurePlay.SPTEndGame
This method returns a String of the transactiontype.
APIgetTransactionType() - Method in class com.SecurePlay.SPTMultiPartSecretClass
This method returns a String of the transactiontype.
APIgetTransactionType() - Method in class com.SecurePlay.SPTMultiPartSimultaneousClass
This method returns a String of the transactiontype.
APIgetTransactionType() - Method in class com.SecurePlay.SPTMultistepTurnClass
This method returns a String of the transactiontype.
APIgetTransactionType() - Method in class com.SecurePlay.SPTPlayerJoinClass
This method returns a String of the transactiontype.
APIgetTransactionType() - Method in class com.SecurePlay.SPTSecretClass
This method returns a String of the transactiontype.
APIgetTransactionType() - Method in class com.SecurePlay.SPTShipClass
This method returns a String of the transactiontype.
APIgetTransactionType() - Method in class com.SecurePlay.SPTSimultaneousClass
This method returns a String of the transactiontype.
APIgetTransactionType() - Method in class com.SecurePlay.SPTStrobeClass
This method returns a String of the transactiontype.
APIgetTransactionType() - Method in class com.SecurePlay.SPTSynchronizedRandomClass
This method returns a String of the transactiontype.
APIgetTransactionType() - Method in class com.SecurePlay.SPTnewAGEClass
This method returns a String of the transactiontype.
APIgetTransactionType() - Method in class com.SecurePlay.SPTnewGameClass
This method returns a String of the transactiontype.
APIgetTransactionstatus() - Method in class com.SecurePlay.SPAbstractTransactionClass
Getter function that returns the property: transactionstatus
APIgetTransactionstatus() - Method in interface com.SecurePlay.SPAbstractTransactionInterface
Getter function that returns the property: transactionstatus
APIgetlastRandomEvents() - Method in class com.SecurePlay.SPTRandomClass
This method returns an array that includes the last set of random events provided by the Random master.
APIisPlayerIncluded(String) - Method in class com.SecurePlay.SPRootTransactionClass
This method tests to determine if a specified player is a transaction participant.
APIisPlayerInternal(String) - Method in class com.SecurePlay.SPAbstractTransactionClass
Checks to see if the playr is internal
APIisTransError() - Method in class com.SecurePlay.SPAbstractTransactionClass
This method returns a flag for whether the status of the transaction is in error or not.
APIremoveCommsService(String) - Method in class com.SecurePlay.SecurePlayClass
This method removes a Comms Service Instance specified by a commsID from the active SecurePlay library.
APIremoveGame(String) - Method in class com.SecurePlay.SecurePlayClass
This method takes a gameID and removes the Game Instance from the active SecurePlay library.
APIremoveLibraryListeners(SPEventInterface) - Method in class com.SecurePlay.SecurePlayClass
This method removes a global listener object from this SecurePlayClass.
APIremoveListener(SPEventInterface) - Method in class com.SecurePlay.SPRootTransactionClass
This method removes a listener object for events
APIremovePlayer(String) - Method in class com.SecurePlay.SecurePlayClass
This method removes an instance of a Player from the active SecurePlay library.
APIrequestsendShipment(String) - Method in class com.SecurePlay.SPTShipClass
This method requests send shipments automatically.
APIresendLastMessage() - Method in class com.SecurePlay.SPRootTransactionClass
This method resends the last message sent by retrieveing the data stored of the last message.
APIresendShipment(String, int, String[]) - Method in class com.SecurePlay.SPTShipClass
This shipment sends the specified shipment, grabbed from the last sent list using the shipment number, to the specified players.
APIrevealSecret(String, String[], boolean) - Method in class com.SecurePlay.SPTMultiPartSecretClass
This method sends the secretpadded value to the specified remote players.
APIrevealSecret(String) - Method in class com.SecurePlay.SPTMultiPartSimultaneousClass
This method sends the secretpadded value to the specified remote players.
APIrevealSecret(String, String[], boolean) - Method in class com.SecurePlay.SPTSecretClass
This method sends the secretpadded value to the specified remote players.
APIrevealSecret(String) - Method in class com.SecurePlay.SPTSimultaneousClass
This method sends the secretpadded value to the specified remote players.
APIsendHiddenSecret(String, String[]) - Method in class com.SecurePlay.SPTActClass
This method allows the specified transaction participant to send the transform of a secret to the other participants in the Simultaneous transaction.
APIsendHiddenSecret(String, boolean, String[]) - Method in class com.SecurePlay.SPTMultiPartSimultaneousClass
This method allows the specified transaction participant to send the transform of a secret to the other participants in the Simultaneous transaction.
APIsendHiddenSecret(String, boolean, String) - Method in class com.SecurePlay.SPTSimultaneousClass
This method allows the specified transaction participant to send the transform of a secret to the other participants in the Simultaneous transaction.
APIsendHiddenSecret(String, String[]) - Method in class com.SecurePlay.SPTStrobeClass
This method allows the specified transaction participant to send the transform of a secret to the other participants in the Simultaneous transaction.
APIsendHiddenSecret(String, boolean) - Method in class com.SecurePlay.SPTSynchronizedRandomClass
This method allows the specified transaction participant to send the transform of a secret to the other participants in the Simultaneous transaction.
APIsendHiddenSecret(String, boolean, String[]) - Method in class com.SecurePlay.SPTSynchronizedRandomClass
 
APIsendShipment(String, byte[]) - Method in class com.SecurePlay.SPTShipClass
This method sends a shipment manually.
APIsendShipment(String) - Method in class com.SecurePlay.SPTShipClass
This method send shipments automatically.
APIsendStep(String, String[]) - Method in class com.SecurePlay.SPTMultistepTurnClass
This method sends a transaction step to the other transaction participants.
APIsetDirPath(String) - Method in class com.SecurePlay.Comms.SPCLocalCommsFile.SPCLocalCommsFileClass
This method sets the directory path for the various local comms classes that communicate via shared files
APIsetLicenseInfo(String, String, String, String, String, String) - Method in class com.SecurePlay.SecurePlayClass
Loads registered SecurePlay licensee information.
APIsetMaxRecieve(int) - Method in class com.SecurePlay.SPTShipClass
Allows the maximum size of the byte[] MAP to be increased (growing the size of the buffer).
APIsetPlayerGameComms(String, String, String) - Method in class com.SecurePlay.SecurePlayClass
This method associates a specific comms service with a specific player and a specific game.
APIsetReplayList(SPMap) - Method in class com.SecurePlay.SPRootTransactionClass
This method sets the relay data list.
APIsetSecurePlayClass(SecurePlayClass) - Method in class com.SecurePlay.SPRootTransactionClass
This method sets the SecurePlayClass associated with this SPRootTransactionClass
APIsetTransactionID(String) - Method in class com.SecurePlay.SPAbstractTransactionClass
Sets the transaction id to a specified id.
APIsetTransactionID(String) - Method in interface com.SecurePlay.SPAbstractTransactionInterface
Sets the transaction id to a specified id.
APIverifyRandom() - Method in class com.SecurePlay.SPTRandomClass
This method verifies a Random once the transaction has been completed.
APIverifySecret() - Method in class com.SecurePlay.SPTMultiPartSecretClass
This method verifies the paddedsecret that was sent.
APIverifySecret() - Method in class com.SecurePlay.SPTSecretClass
This method verifies the paddedsecret that was sent.
APIverifySimultaneous() - Method in class com.SecurePlay.SPTMultiPartSimultaneousClass
This method verifies whether a Simultaneous transaction was carried out successfully and responds with a simple Boolean.
APIverifySimultaneous() - Method in class com.SecurePlay.SPTSimultaneousClass
This method verifies whether a Simultaneous transaction was carried out successfully and responds with a simple Boolean.
APIverifyStrobeStep() - Method in class com.SecurePlay.SPTStrobeClass
This method verifies whether the just completed STROBE step is valid.
Aactive - Variable in class com.SecurePlay.SPTStrobeClass
This property indicates which set of simultaneous events can be written (Aactive – boolean TRUE for the A bank) or read (Aactive – boolean TRUE for the B bank)
AckList - Variable in class com.SecurePlay.SPTShipClass
This holds the list of SUCCESSFUL acknowledge messages for the current shipment
ArrayIntersection(String[], String[]) - Static method in class com.SecurePlay.SPUtil
Cross References two string array and returns the common strings or mathces occured between two arrays.
accumulator - Static variable in class com.SecurePlay.SPUxml.SPUxml
StringBuffer used for storing values from XML elements temporarily
acknowledgeFLAG - Variable in class com.SecurePlay.SPTShipClass
This flag determines whether sent packages need to be acknowledged.
activated - Variable in class com.SecurePlay.Comms.SPCLocalComms.SPCLocalCommsClass
 
activated - Variable in class com.SecurePlay.Comms.SPCLocalCommsFile.SPCLocalCommsFileClass
Flag for activated or deactivated
active - Variable in class com.SecurePlay.SPCommsManagerClass
 
addAddress(String, boolean) - Method in class com.SecurePlay.Comms.SPCGenericCommsServer.SPCGenericCommsDriverClass
This method adds and address to this driver.
addComms(String) - Method in class com.SecurePlay.SPCommsManagerClass
This method safely adds an available comms service to the game instance.
addComms(String) - Method in class com.SecurePlay.SPGameClass
This method associates a comms service specified by the commsID string to a game instance.
addComms(String) - Method in interface com.SecurePlay.SPGameInterface
This method associates a comms service specified by the commsID string to a game instance.
addEntry(Object) - Method in class com.SecurePlay.SPLcircularLog.SPLCircularLogClass
Add a entry to the log object.
addEntry(Object) - Method in class com.SecurePlay.SPLlinkedList.SPLLinkedListLogClass
Add a entry to the log object.
addEntry(Object) - Method in class com.SecurePlay.SPLlogOne.SPLLogOneClass
Add a entry to the log object.
addEntry(Object) - Method in interface com.SecurePlay.SPLogInterface
Add a entry to the log object.
addGame(String, SPCommsManagerCommsInterface) - Method in class com.SecurePlay.Comms.SPAbstractCommsClass
This method adds an internal game to a specific comms service.
addGame(String, SPCommsManagerCommsInterface) - Method in class com.SecurePlay.Comms.SPCGenericCommsServer.SPCGenericCommsServerClass
This method adds an internal game to a specific comms service.
addGame(String, SPCommsManagerCommsInterface) - Method in interface com.SecurePlay.SPAbstractCommsInterface
This method adds an internal game to a specific comms service.
addGameKeyStore(String) - Method in class com.SecurePlay.SPSjsec1.SPSSecurityManager_BasicJavaSecClass
This method adds an internal key store object associated with a game.
addLine(String) - Method in class com.SecurePlay.SPUReportToFile
This method adds a string line to the file.
addLine(String) - Method in class com.SecurePlay.SPUReportToScreen
This method adds a string line to the file.
addMessArrEl(SPMessageClass[], SPMessageClass) - Static method in class com.SecurePlay.SPUBinaryCodingClass
This is a private method used only in multiple message deserialization method.
addOutput(SPMap) - Method in class com.SecurePlay.SPUReportToFile
This method adds a Vector of strings to the file line by line.
addOutput(Vector) - Method in class com.SecurePlay.SPUReportToFile
This method adds a Vector of strings to the file line by line.
addOutput(String[]) - Method in class com.SecurePlay.SPUReportToFile
This method adds a String array to the file element by element.
addOutput(Vector) - Method in class com.SecurePlay.SPUReportToScreen
This method adds a Vector of strings to the file line by line.
addOutput(SPMap) - Method in class com.SecurePlay.SPUReportToScreen
This method adds a Vector of strings to the file line by line.
addOutput(String[]) - Method in class com.SecurePlay.SPUReportToScreen
This method adds a String array to the file element by element.
addPlayer(String, String) - Method in class com.SecurePlay.Comms.SPAbstractCommsClass
This method adds a player ID of a remote player serviced by this comm service.
addPlayer(String, String) - Method in class com.SecurePlay.Comms.SPCGenericCommsServer.SPCGenericCommsServerClass
This method adds a player ID of a remote player serviced by this comm service.
addPlayer(String, String) - Method in interface com.SecurePlay.SPAbstractCommsInterface
This method adds a player ID of a remote player serviced by this comm service.
addPlayer(String) - Method in class com.SecurePlay.SPGameClass
This method safely adds an existing Player, specified by the playerID to the game instance.
addPlayer(String) - Method in interface com.SecurePlay.SPGameInterface
This method safely adds an existing Player, specified by the playerID to the game instance.
addSPMap(SPMap) - Method in class com.SecurePlay.SPMap
 
addTransaction(SPAbstractTransactionInterface) - Method in class com.SecurePlay.SPGameClass
This safely adds a transaction to a game instance and appropriately updates the game state.
addTransaction(SPAbstractTransactionInterface) - Method in interface com.SecurePlay.SPGameInterface
This safely adds a transaction to a game instance and appropriately updates the game state.
addVectorToVector(Vector, Vector) - Static method in class com.SecurePlay.SPUtil
This method adds two vectors together.
addressPort - Variable in class com.SecurePlay.Comms.SPCcommsUDP.SPCcommsUDP
Map contains address and a port that this address is listening on.
addressSupportsRelay(String) - Method in class com.SecurePlay.Comms.SPCGenericCommsServer.SPCGenericCommsDriverClass
This method checks if the address is in the relaySupportAddresses in other words does the address support relay.
addresses - Variable in class com.SecurePlay.Comms.SPCGenericCommsServer.SPCGenericCommsDriverClass
List of addresses this comms has.
arrComp(byte[], byte[]) - Static method in class com.SecurePlay.SPUtil
This method compares two byte arrays.
arrSplice(Integer[], int) - Static method in class com.SecurePlay.SPUtil
Returns a new array that removes a single element from the input Integer array at a given position

B

B - Variable in class com.SecurePlay.Imported.MD5.MD
 
BActive() - Method in class com.SecurePlay.SPTStrobeClass
This method returns whether the “B” bank is active – boolean TRUE - or the “A” bank is active – boolean FALSE.
BMAXMESSAGEBODYLENGTH - Static variable in class com.SecurePlay.SPUBinaryCodingClass
maximum message body length
BMAXMESSAGEBODYPARTLENGTH - Static variable in class com.SecurePlay.SPUBinaryCodingClass
maximum message body part length
BMAXMESSAGEBODYPARTS - Static variable in class com.SecurePlay.SPUBinaryCodingClass
maximum number of body parts
BMAXMESSAGESLENGTH - Static variable in class com.SecurePlay.SPUBinaryCodingClass
maximum total messages length
BMAXNAMELENGTH - Static variable in class com.SecurePlay.SPUBinaryCodingClass
number of characters lenght allowed in a name
BMAXNUMMESSAGELENGTH - Static variable in class com.SecurePlay.SPUBinaryCodingClass
maximum number of messages
BMAXRECEIVERCOUNT - Static variable in class com.SecurePlay.SPUBinaryCodingClass
number of receivers allowed
BMAXRECEIVERSLENGTH - Static variable in class com.SecurePlay.SPUBinaryCodingClass
maximum total recievers length
BMAXSIGNLENGTH - Static variable in class com.SecurePlay.SPUBinaryCodingClass
maximum signature length
BMAXSINGLEMESSLENGTH - Static variable in class com.SecurePlay.SPUBinaryCodingClass
maximum length of one messages
BinaryToString(byte[]) - Static method in class com.SecurePlay.SPUtil
This method convets a byte array to a string where each byte is split into two characters providing the hex representation of the byte.
ByteArrAddArr(byte[], byte[]) - Static method in class com.SecurePlay.SPUtil
This method add two byte arrays together.
ByteArrAddEl(byte[], byte) - Static method in class com.SecurePlay.SPUtil
This function appends a byte element to the end of the byte array.
ByteArrGETsubArr(byte[], int, int) - Static method in class com.SecurePlay.SPUtil
This method gets the sub array of a Stirng array.
ByteArrToStringArr(byte[]) - Static method in class com.SecurePlay.SPUtil
Converts byte array into string array.
buffersize - Variable in class com.SecurePlay.SPTShipClass
This property determines the maximum size of the shipment that is sent at one time.
buildmessage(String, String, String, String[], String, boolean, SPUEPrivatePolicy, boolean, String[], byte[], String, SPSecurityManagerInterface) - Method in class com.SecurePlay.SPMessageClass
 
built - Variable in class com.SecurePlay.SPTRandomClass
This property is set to boolean TRUE if the Random has been constructed and FALS E, if not

C

C - Variable in class com.SecurePlay.Imported.MD5.MD
 
CompleteFlag - Variable in class com.SecurePlay.SPTShipClass
Flag to indicate shipment complete
Consistent - Static variable in class com.SecurePlay.SPUEctf
Value: consistent
CreateMainDir(String) - Static method in class com.SecurePlay.SPUReportToFile
 
calc() - Method in class com.SecurePlay.Imported.MD5.MD
 
char62circadd(String, String) - Static method in class com.SecurePlay.SPUtil
This function does a circular, character by character addition mod 62 assuming the strings are "right justified".
char62circsub(String, String) - Static method in class com.SecurePlay.SPUtil
This function does a circular, character by character subtraction mod 62 assuming the strings are "right justified" this returns the result as a new string.
char62code2num(char) - Static method in class com.SecurePlay.SPUtil
This function takes the character code provided and converts it to a number between 0 and 61
characters(char[], int, int) - Method in class com.SecurePlay.SPUxml.SPUxml
Overridden Method from org.xml.sax.HandlerBase Class When the parser encounters plain text (not XML elements), it calls this method, which accumulates them in a string buffer
checkLicense() - Method in class com.SecurePlay.SecurePlayClass
This method is used to verify that the SecurePlay license information is provided completely and properly.
clear() - Method in class com.SecurePlay.SPLcircularLog.SPLCircularLogClass
Clear the log.
clear() - Method in class com.SecurePlay.SPLlinkedList.SPLLinkedListLogClass
Clear the log.
clear() - Method in class com.SecurePlay.SPLlogOne.SPLLogOneClass
Clear the log.
clear() - Method in interface com.SecurePlay.SPLogInterface
Clear the log.
clear() - Method in class com.SecurePlay.SPMap
 
clearAddresses() - Method in class com.SecurePlay.Comms.SPCGenericCommsServer.SPCGenericCommsDriverClass
Cleanrs all addresses.
client - Variable in class com.SecurePlay.Comms.SPCcommsHTTP.SPCcommsHTTPclient.poll
Main http client class associated with this poll class.
client - Variable in class com.SecurePlay.Comms.SPCcommsHTTP.SocketConnectionHTTP
This is the socket connection.
client - Variable in class com.SecurePlay.Comms.SPCcommsHTTP.SocketListenerHTTP
Socket to which this listener will listen to for messages.
client - Variable in class com.SecurePlay.Comms.SPCcommsTCP.SocketConnectionTCP
This is the socket connection.
client - Variable in class com.SecurePlay.Comms.SPCcommsTCP.SocketListenerTCP
Socket to which this listener will listen to for messages.
clone() - Method in class com.SecurePlay.SPMap
 
closeAfterOneMess - Variable in class com.SecurePlay.Comms.SPCcommsTCP.SPCcommsTCPserver
 
closeConnection() - Method in class com.SecurePlay.Comms.SPCcommsHTTP.SocketConnectionHTTP
This method closes the connection and kills the thread that listens to incoming messages.
closeConnection() - Method in class com.SecurePlay.Comms.SPCcommsTCP.SocketConnectionTCP
This method closes the connection and kills the thread that listens to incoming messages.
closeFile() - Method in class com.SecurePlay.SPUReportToFile
This method closes the stream opened for output.
closeFile() - Method in class com.SecurePlay.SPUReportToScreen
This method closes the stream opened for output.
closeTransaction(String) - Method in class com.SecurePlay.SPGameClass
Safely removes a transaction from a game instance.
closeTransaction(String) - Method in interface com.SecurePlay.SPGameInterface
Safely removes a transaction from a game instance.
com.SecurePlay - package com.SecurePlay
This package contains the core classes of the SecurePlayLibrary.
com.SecurePlay.Comms - package com.SecurePlay.Comms
This package contains Comms capabilies of SecurPlayLibrary.
com.SecurePlay.Comms.SPCGenericCommsServer - package com.SecurePlay.Comms.SPCGenericCommsServer
This package contains Generic comms driver and server capabilites of SecurPlayLibrary.
com.SecurePlay.Comms.SPCLocalComms - package com.SecurePlay.Comms.SPCLocalComms
This package contains Local Comms classes that allow local libraries to communicate.
com.SecurePlay.Comms.SPCLocalCommsFile - package com.SecurePlay.Comms.SPCLocalCommsFile
This package contains Local Comms classes that allow local libraries to communicate using Binary files that are stored in temporary directories.
com.SecurePlay.Comms.SPCcommsHTTP - package com.SecurePlay.Comms.SPCcommsHTTP
This package contains HTTP comms.
com.SecurePlay.Comms.SPCcommsTCP - package com.SecurePlay.Comms.SPCcommsTCP
This package contains TCP comms.
com.SecurePlay.Comms.SPCcommsUDP - package com.SecurePlay.Comms.SPCcommsUDP
This package contains UDP comms.
com.SecurePlay.Imported.MD5 - package com.SecurePlay.Imported.MD5
Provides imported MD5 class that is used in SecurePlayLibrary.
com.SecurePlay.SPLcircularLog - package com.SecurePlay.SPLcircularLog
Provides a circular log class that is used to store the message logs.
com.SecurePlay.SPLlinkedList - package com.SecurePlay.SPLlinkedList
Provides a linked list log class that is used to store the message logs.
com.SecurePlay.SPLlogOne - package com.SecurePlay.SPLlogOne
Provides a log one class (default log) that is used to store the message logs.
com.SecurePlay.SPSjsec1 - package com.SecurePlay.SPSjsec1
Provides a security manager class that uses java.security technology.
com.SecurePlay.SPSseclite - package com.SecurePlay.SPSseclite
Provides a security manager class that minimum functionality (default SecurityManager) with only MD5 hash function.
com.SecurePlay.SPUInteropUtilJ2ME - package com.SecurePlay.SPUInteropUtilJ2ME
Provides a interoperability functions for J2ME environment.
com.SecurePlay.SPUInteropUtilJ2SE - package com.SecurePlay.SPUInteropUtilJ2SE
Provides a interoperability functions for J2SE environment.
com.SecurePlay.SPUxml - package com.SecurePlay.SPUxml
Provides a classes for serializing and deserializing messages to and from XML documents.
comms - Variable in class com.SecurePlay.SPRootTransactionClass
This is the SPcomms instance associated with the game instance.
commsDriver - Variable in class com.SecurePlay.Comms.SPCGenericCommsServer.SPCGenericCommsServerClass
Comms driver associated with this server.
commsID - Variable in class com.SecurePlay.Comms.SPAbstractCommsClass
This is the local handle for uniquely identifying a comms service to game instances.
commsID - Variable in class com.SecurePlay.Comms.SPCGenericCommsServer.SPCGenericCommsServerClass
Comms id of this comms class.
commsServer - Variable in class com.SecurePlay.Comms.SPCGenericCommsServer.SPCGenericCommsDriverClass
Generic comms server associated with this driver.
commstype - Variable in class com.SecurePlay.Comms.SPAbstractCommsClass
Type of Comms Service
commstype - Variable in class com.SecurePlay.Comms.SPCLocalComms.SPCLocalCommsClass
Type of Comms Service
company - Variable in class com.SecurePlay.SecurePlayClass
This is the company name of the authorized SecurePlay licensee.
compareStringArrays(String[], String[]) - Static method in class com.SecurePlay.SPUtil
Compares two string arrays if they contain identical items.
completeTransaction(String) - Method in class com.SecurePlay.SPAbstractTransactionClass
This method allows the Transaction Master ONLY to complete the transaction.
configSynchRan(String, int, int, boolean) - Method in class com.SecurePlay.SPTSynchronizedRandomClass
Configures this SPTSynchronizedRandomClass
configuration - Variable in class com.SecurePlay.SPAbstractTransactionClass
This property holds the configuration of the Transaction Instance.
configureCommsManager(SPGameInterface, SPLogInterface, SPSecurityManagerInterface) - Method in class com.SecurePlay.SPCommsManagerClass
This method configures this Comms Manager Class.
configureSecretTransaction(String) - Method in class com.SecurePlay.SPTSecretClass
This method configures the Secret Transaction
configureTransaction(String, boolean, boolean, int, long, String, String) - Method in class com.SecurePlay.SPTShipClass
This method just sets the configure parameter of this class much like a setter function.
configured - Variable in class com.SecurePlay.Comms.SPCGenericCommsServer.SPCGenericCommsDriverClass
Ready flag that is set when this driver is properly configured.
connection - Variable in class com.SecurePlay.Comms.SPCcommsHTTP.SocketListenerHTTP
Socket connection class that this listener is associated with.
connection - Variable in class com.SecurePlay.Comms.SPCcommsTCP.SocketListenerTCP
Socket connection class that this listener is associated with.
containsAddress(String) - Method in class com.SecurePlay.Comms.SPCGenericCommsServer.SPCGenericCommsDriverClass
Checks to see if the specified address exists in the address list.
containsKey(Object) - Method in class com.SecurePlay.SPMap
 
containsUniqueAddress(InetAddress) - Method in class com.SecurePlay.Comms.SPCcommsTCP.SPCcommsTCP
Checks to see if the unique address exists in this driver.
containsUniqueAddress(InetAddress) - Method in class com.SecurePlay.Comms.SPCcommsUDP.SPCcommsUDP
Checks to see if the unique address exists in this driver.
createAct(SPGameInterface, String, String[], boolean, String, int, int) - Static method in class com.SecurePlay.SPTActClass
This method creates a SPTActClass transaction.
createBeginGame(SPGameInterface, String, String, String[]) - Static method in class com.SecurePlay.SPTBeginGame
This method creates a SPTBeginGame transaction.
createBlast(SPGameInterface, String, String[], String, String, String[]) - Static method in class com.SecurePlay.SPTBeginGame
OVERRIDE - OVERRIDE - OVERRIDE - OVERRIDE - OVERRIDE This method creates a SPTBlastClass transaction.
createBlast(SPGameInterface, String, String, String[]) - Static method in class com.SecurePlay.SPTBlastClass
This method creates a SPTBlastClass transaction.
createBlast(SPGameInterface, String, String[], String, String, String[]) - Static method in class com.SecurePlay.SPTEndGame
OVERRIDE - OVERRIDE - OVERRIDE - OVERRIDE - OVERRIDE This method creates a SPTBlastClass transaction.
createBlast(SPGameInterface, String, String[], String, String, String[]) - Static method in class com.SecurePlay.SPTnewAGEClass
OVERRIDE - OVERRIDE - OVERRIDE - OVERRIDE
createBurst(SPGameInterface, String, String[], boolean, String, String[]) - Static method in class com.SecurePlay.SPTBurstClass
This method creates a MiniBlast transaction.
createBurst(SPGameInterface, String, String[], String, String, String[]) - Static method in class com.SecurePlay.SPTPlayerJoinClass
OVERRIDE - OVERRIDE - OVERRIDE - OVERRIDE
createBurst(SPGameInterface, String, String[], String, String, String[]) - Static method in class com.SecurePlay.SPTnewGameClass
OVERRIDE - OVERRIDE - OVERRIDE - OVERRIDE - OVERRIDE This method creates a SPTBurstClass transaction.
createConnection(String, int) - Method in class com.SecurePlay.Comms.SPCcommsHTTP.SPCcommsHTTP
Creates a connection.
createConnection(String, Socket) - Method in class com.SecurePlay.Comms.SPCcommsHTTP.SPCcommsHTTP
Creates a connection.
createConnection(String, Socket) - Method in class com.SecurePlay.Comms.SPCcommsHTTP.SPCcommsHTTPclient
Override.
createConnection(String, int) - Method in class com.SecurePlay.Comms.SPCcommsHTTP.SPCcommsHTTPserver
Override.
createConnection(String, int) - Method in class com.SecurePlay.Comms.SPCcommsTCP.SPCcommsTCP
Creates a connection.
createConnection(String, Socket) - Method in class com.SecurePlay.Comms.SPCcommsTCP.SPCcommsTCP
Creates a connection.
createConnection(String, Socket) - Method in class com.SecurePlay.Comms.SPCcommsTCP.SPCcommsTCPclient
Override.
createConnection(String, int) - Method in class com.SecurePlay.Comms.SPCcommsTCP.SPCcommsTCPserver
Override.
createEndGame(SPGameInterface, String, String, String[]) - Static method in class com.SecurePlay.SPTEndGame
This method creates a SPTEndGame transaction.
createGamePlayerKey(String, String) - Method in class com.SecurePlay.SPSjsec1.SPSSecurityManager_BasicJavaSecClass
This method creates the individual private/public key pair for a player and the game.
createMultiPartSecret(SPGameInterface, String, String[], boolean, String, String[]) - Static method in class com.SecurePlay.SPTMultiPartSecretClass
This method creates a SPMutliPartSecretClass transaction.
createMultiPartSimultaneous(SPGameInterface, String, String[], boolean, String, String[]) - Static method in class com.SecurePlay.SPTMultiPartSimultaneousClass
This method creates a SPTSimultaneousClass transaction.
createMultiPartSimultaneous(SPGameInterface, String, String[], boolean, String, String, String[]) - Static method in class com.SecurePlay.SPTSynchronizedRandomClass
OVERRIDE - OVERRIDE - OVERRIDE - OVERRIDE - OVERRIDE This method creates a SPTSimultaneousClass transaction.
createMultiStep(SPGameInterface, String, String[], boolean, String, String[]) - Static method in class com.SecurePlay.SPTMultistepTurnClass
This method creates a SPTMultiStepTurnClass transaction.
createNewAGE(SPGameInterface, String, String, String, String[]) - Static method in class com.SecurePlay.SPTnewAGEClass
This method creates a SPTnewAGEClass transaction.
createNewGame(SPGameInterface, String, String[], boolean, String, String, String, String, String[], boolean, boolean, String) - Static method in class com.SecurePlay.SPTnewGameClass
This creates the new newGameClass transaction
createPlayJoin(SPGameInterface, String, String[], boolean, String, String, String, String) - Static method in class com.SecurePlay.SPTPlayerJoinClass
This method creates a SPTBeginGame transaction.
createRandom(SPGameInterface, String, String[], boolean, String, int, boolean, int) - Static method in class com.SecurePlay.SPTRandomClass
This method creates a new Random Class
createSecret(SPGameInterface, String, String[], boolean, String, String) - Static method in class com.SecurePlay.SPTSecretClass
This method creates a SPSecretClass transaction.
createShip(SPGameInterface, String, String[], boolean, String, boolean, boolean, int, long, String, String, byte[]) - Static method in class com.SecurePlay.SPTShipClass
This method creates the Ship class
createSimultaneous(SPGameInterface, String, String[], boolean, String, String[]) - Static method in class com.SecurePlay.SPTSimultaneousClass
This method creates a SPTSimultaneousClass transaction.
createStrobe(SPGameInterface, String, String[], boolean, String, String, String[]) - Static method in class com.SecurePlay.SPTActClass
OVERRIDE - OVERRIDE - OVERRIDE - OVERRIDE - OVERRIDE This method creates a SPTStrobeClass transaction.
createStrobe(SPGameInterface, String, String[], boolean, String, String[]) - Static method in class com.SecurePlay.SPTStrobeClass
This method creates a SPTStrobeClass transaction.
createSynchronizedRandom(SPGameInterface, String, String[], boolean, String, int, int, boolean) - Static method in class com.SecurePlay.SPTSynchronizedRandomClass
This method creates a SPTSimultaneousClass transaction.
currview - Variable in class com.SecurePlay.SPLcircularLog.SPLCircularLogClass
This is an integer value representing the current entry in the log for viewing

D

D - Variable in class com.SecurePlay.Imported.MD5.MD
 
DatagramSocketListener - class com.SecurePlay.Comms.SPCcommsUDP.DatagramSocketListener.
DatagramSocketListener is used to listen to messages from others as well as send messages to others.
DatagramSocketListener(int, SPCcommsUDP) - Constructor for class com.SecurePlay.Comms.SPCcommsUDP.DatagramSocketListener
Constructor
DcommsID - Variable in class com.SecurePlay.Comms.SPCLocalCommsFile.SPCLocalCommsFileClass
The Comms id
d - Variable in class com.SecurePlay.Imported.MD5.MD
 
dealtEventList - Variable in class com.SecurePlay.SPTRandomClass
This property holds the sequential array of dealt random events.
decodeStringArr(byte[], int, int, int) - Static method in class com.SecurePlay.SPUBinaryCodingClass
This method deserializes a string array form byte array.
decrypt(SPSecurityManagerInterface) - Method in class com.SecurePlay.SPMessageClass
This method safely decrypts the message string and loads the results into the message body array using the global SPdecrypt function.
detectReplay(SPMessageClass) - Method in class com.SecurePlay.SPRootTransactionClass
This checks to see if there is a replay problem.
dirpath - Static variable in class com.SecurePlay.Comms.SPCLocalCommsFile.SPCLocalCommsFileClass
This is the directory path for the shared local comms
dsocket - Variable in class com.SecurePlay.Comms.SPCcommsUDP.DatagramSocketListener
Used pack messages into it and send them.

E

EventListenerList - Variable in class com.SecurePlay.SPRootTransactionClass
This holds the list of objects that listen to events from the transaction or game object
elements() - Method in class com.SecurePlay.SPMap
 
email - Variable in class com.SecurePlay.SecurePlayClass
This is the point of contact email for the SecurePlay product licensee.
encodeStringArr(String[], int, int, int) - Static method in class com.SecurePlay.SPUBinaryCodingClass
This method is used to serialize a string array into byte array.
encrypt(SPSecurityManagerInterface) - Method in class com.SecurePlay.SPMessageClass
This method safely encrypts the message body string using the global SPencrypt function.
encryptedflag - Variable in class com.SecurePlay.SPMessageClass
The "encryptedflag" determines whether the message has been encrypted so that it can be handled appropriately.
encryptedflag - Static variable in class com.SecurePlay.SPUxml.SPUxml
Encrypted flag filled by deserialize() and used to create a SPMessageClass
endElement(String) - Method in class com.SecurePlay.SPUxml.SPUxml
Overridden Method from org.xml.sax.HandlerBase Class When the parser encounters the end of an element, it calls this method
endGameComms() - Method in class com.SecurePlay.SPCommsManagerClass
This method safely ends the game comms session.