Uses of Class
marauroa.common.crypto.RSAKey
Packages that use 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
Methods in marauroa.common.crypto that return RSAKeyModifier and TypeMethodDescriptionstatic RSAKey
RSAKey.generateKey(int nbBits)
generates a key pair -
Uses of RSAKey in marauroa.server.game
Constructors in marauroa.server.game with parameters of type RSAKeyModifierConstructorDescriptionGameServerManager(RSAKey key, INetworkServerManager netMan, RPServerManager rpMan)
Constructor that initialize also the RPManager -
Uses of RSAKey in marauroa.server.game.container
Fields in marauroa.server.game.container declared as RSAKeyConstructors in marauroa.server.game.container with parameters of type RSAKeyModifierConstructorDescriptionSecuredLoginInfo(RSAKey key, byte[] clientNonceHash, byte[] serverNonce, InetAddress address)
Constructor -
Uses of RSAKey in marauroa.server.game.messagehandler
Methods in marauroa.server.game.messagehandler with parameters of type RSAKeyModifier and TypeMethodDescriptionvoid
MessageDispatcher.init(INetworkServerManager netMan, RPServerManager rpMan, PlayerEntryContainer playerContainer, Statistics stats, RSAKey key)
Initializes the MessageHandlers