Skip to content

Class Lidgren::Network::NetDESEncryption

ClassList > Lidgren > Network > NetDESEncryption

Inherits the following classes: Lidgren::Network::NetCryptoProviderBase

Public Functions

Type Name
NetDESEncryption (NetPeer peer)
NetDESEncryption (NetPeer peer, string key)
NetDESEncryption (NetPeer peer, byte[] data, int offset, int count)

Public Functions inherited from Lidgren::Network::NetCryptoProviderBase

See Lidgren::Network::NetCryptoProviderBase

Type Name
override bool Decrypt (NetIncomingMessage msg)
override bool Encrypt (NetOutgoingMessage msg)
NetCryptoProviderBase (NetPeer peer, SymmetricAlgorithm algo)
override void SetKey (byte[] data, int offset, int count)

Public Functions inherited from Lidgren::Network::NetEncryption

See Lidgren::Network::NetEncryption

Type Name
bool Decrypt (NetIncomingMessage msg)
Decrypt an incoming message in place.
bool Encrypt (NetOutgoingMessage msg)
Encrypt an outgoing message in place.
NetEncryption (NetPeer peer)
Constructor.
void SetKey (string str)
void SetKey (byte[] data, int offset, int count)

Protected Attributes inherited from Lidgren::Network::NetCryptoProviderBase

See Lidgren::Network::NetCryptoProviderBase

Type Name
SymmetricAlgorithm m_algorithm

Protected Attributes inherited from Lidgren::Network::NetEncryption

See Lidgren::Network::NetEncryption

Type Name
NetPeer m_peer
NetPeer.

Public Functions Documentation

function NetDESEncryption [1/3]

inline Lidgren::Network::NetDESEncryption::NetDESEncryption (
    NetPeer peer
) 

function NetDESEncryption [2/3]

inline Lidgren::Network::NetDESEncryption::NetDESEncryption (
    NetPeer peer,
    string key
) 

function NetDESEncryption [3/3]

inline Lidgren::Network::NetDESEncryption::NetDESEncryption (
    NetPeer peer,
    byte[] data,
    int offset,
    int count
) 

The documentation for this class was generated from the following file api/unity-plugin/Scripts/Networking/Lidgren.Network/Encryption/NetDESEncryption.cs