C# Class Lidgren.Network.NetAESEncryption

Inheritance: Lidgren.Network.NetCryptoProviderBase
Afficher le fichier Open project: tomoprime/CrabBattle Class Usage Examples

Méthodes publiques

Méthode Description
Decrypt ( NetIncomingMessage msg ) : bool

Decrypt incoming message

Encrypt ( NetOutgoingMessage msg ) : bool

Encrypt outgoing message

NetAESEncryption ( byte key, byte iv ) : System

NetAESEncryption constructor

NetAESEncryption ( string key ) : System

NetAESEncryption constructor

NetAESEncryption ( string key, int bitsize ) : System

NetAESEncryption constructor

Private Methods

Méthode Description
NetAESEncryption ( ) : System

Method Details

Decrypt() public méthode

Decrypt incoming message
public Decrypt ( NetIncomingMessage msg ) : bool
msg NetIncomingMessage
Résultat bool

Encrypt() public méthode

Encrypt outgoing message
public Encrypt ( NetOutgoingMessage msg ) : bool
msg NetOutgoingMessage
Résultat bool

NetAESEncryption() public méthode

NetAESEncryption constructor
public NetAESEncryption ( byte key, byte iv ) : System
key byte
iv byte
Résultat System

NetAESEncryption() public méthode

NetAESEncryption constructor
public NetAESEncryption ( string key ) : System
key string
Résultat System

NetAESEncryption() public méthode

NetAESEncryption constructor
public NetAESEncryption ( string key, int bitsize ) : System
key string
bitsize int
Résultat System