Method | Description | |
---|---|---|
Decrypt ( |
Decrypt incoming message
|
|
Encrypt ( |
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
|
Method | Description | |
---|---|---|
NetAESEncryption ( ) : System |
public Decrypt ( |
||
msg | ||
return | bool |
public Encrypt ( |
||
msg | ||
return | bool |
public NetAESEncryption ( byte key, byte iv ) : System | ||
key | byte | |
iv | byte | |
return | System |
public NetAESEncryption ( string key ) : System | ||
key | string | |
return | System |
public NetAESEncryption ( string key, int bitsize ) : System | ||
key | string | |
bitsize | int | |
return | System |