Encryption/decryption context with key information.
More...
#include <crypter.h>
Encryption/decryption context with key information.
Definition at line 68 of file crypter.h.
void CCrypter::CleanKey |
( |
| ) |
|
|
inline |
bool CCrypter::Decrypt |
( |
const std::vector< unsigned char > & |
vchCiphertext, |
|
|
CKeyingMaterial & |
vchPlaintext |
|
) |
| |
bool CCrypter::Encrypt |
( |
const CKeyingMaterial & |
vchPlaintext, |
|
|
std::vector< unsigned char > & |
vchCiphertext |
|
) |
| |
bool CCrypter::SetKey |
( |
const CKeyingMaterial & |
chNewKey, |
|
|
const std::vector< unsigned char > & |
chNewIV |
|
) |
| |
bool CCrypter::SetKeyFromPassphrase |
( |
const SecureString & |
strKeyData, |
|
|
const std::vector< unsigned char > & |
chSalt, |
|
|
const unsigned int |
nRounds, |
|
|
const unsigned int |
nDerivationMethod |
|
) |
| |
The documentation for this class was generated from the following files: