Public Member Functions | ||||
| Key (string CrypKey) | ||||
| Constructs the object. | ||||
| Key (int KeySize) | ||||
Constructs a the blob object
| ||||
| string | GetKey () | |||
| Returns the cryptio key associated with the object. | ||||
| string | HashKey () | |||
| Blob the key object. | ||||
| void | EncrypytKey (string PassPhrase, out string EncryptedKey) | |||
| Encrypt the key in the instance and returns. | ||||
| void | DecrypytKey (string PassPhrase, out string DecryptedKey) | |||
| Decrypt the key in the instance and returns. | ||||
| Simias::Storage::Key::Key | ( | string | CrypKey | ) | [inline] |
Constructs the object.
| CrypKey | it is Base64 string |
| Simias::Storage::Key::Key | ( | int | KeySize | ) | [inline] |
Constructs a the blob object
| KeySize | Size of key to create in bits |
| string Simias::Storage::Key::GetKey | ( | ) | [inline] |
Returns the cryptio key associated with the object.
| string Simias::Storage::Key::HashKey | ( | ) | [inline] |
Blob the key object.
| void Simias::Storage::Key::EncrypytKey | ( | string | PassPhrase, | |
| out string | EncryptedKey | |||
| ) | [inline] |
Encrypt the key in the instance and returns.
| void Simias::Storage::Key::DecrypytKey | ( | string | PassPhrase, | |
| out string | DecryptedKey | |||
| ) | [inline] |
Decrypt the key in the instance and returns.
1.5.6