That singleton class contains method to encrypt /decrypt messages. Result of an encryption is an instance of the class CCypherMessage.
More...
|
| bool | KeyWasFound [get] |
| | A flag that indicates if the system can found the public key. More...
|
| |
That singleton class contains method to encrypt /decrypt messages. Result of an encryption is an instance of the class CCypherMessage.
| Kinova.DLL.SafeGate.Crypto.Crypto |
( |
| ) |
|
Initializes a new instance of the Crypto class.
| string Kinova.DLL.SafeGate.Crypto.Decrypt |
( |
CCypherMessage |
cypherMessage | ) |
|
Decrypts the specified cypher message.
- Parameters
-
| cypherMessage | The cypher message. |
- Returns
- The clear message.
Encrypts the specified message.
- Parameters
-
- Returns
| void Kinova.DLL.SafeGate.Crypto.GeneratePrivateKey |
( |
| ) |
|
Generates the private key.
| void Kinova.DLL.SafeGate.Crypto.GeneratePublicKey |
( |
| ) |
|
Generates the public key.
| static Crypto Kinova.DLL.SafeGate.Crypto.GetInstance |
( |
| ) |
|
|
static |
Gets the instance.
- Returns
| bool Kinova.DLL.SafeGate.Crypto.KeyWasFound |
|
get |
A flag that indicates if the system can found the public key.
The documentation for this class was generated from the following file:
- C:/Workspace/jaco_api_windows/Kinova.DLL.SafeGate/Crypto.cs