Uses of Class
marauroa.common.crypto.RSAKey
Package
Description
Stores Cryptography classes used to handle login process.
The package stores the game related code: glue logic and RP system framework.
This package contains the classes that store information about players
connected to server.
-
Uses of RSAKey in marauroa.common.crypto
Modifier and TypeMethodDescriptionstatic RSAKey
RSAKey.generateKey(int nbBits)
generates a key pair -
Uses of RSAKey in marauroa.server.game
ModifierConstructorDescriptionGameServerManager(RSAKey key, INetworkServerManager netMan, RPServerManager rpMan)
Constructor that initialize also the RPManager -
Uses of RSAKey in marauroa.server.game.container
ModifierConstructorDescriptionSecuredLoginInfo(RSAKey key, byte[] clientNonceHash, byte[] serverNonce, InetAddress address)
Constructor -
Uses of RSAKey in marauroa.server.game.messagehandler
Modifier and TypeMethodDescriptionvoid
MessageDispatcher.init(INetworkServerManager netMan, RPServerManager rpMan, PlayerEntryContainer playerContainer, Statistics stats, RSAKey key)
Initializes the MessageHandlers