An EncryptKey supplies the key for encrypt. More...
#include <encrypt-key.hpp>
Public Member Functions | |
| EncryptKey (const Blob &keyBits) | |
| Create an EncryptKey with the given key value. More... | |
| const Blob & | getKeyBits () const |
| Get the key value. More... | |
An EncryptKey supplies the key for encrypt.
|
inline |
Create an EncryptKey with the given key value.
| keyBits | The key value. |
|
inline |
Get the key value.
1.8.6