Encryption/decryption context with key information.
More...
#include <crypter.h>
Encryption/decryption context with key information.
Definition at line 64 of file crypter.h.
◆ CCrypter()
◆ ~CCrypter()
◆ BytesToKeySHA512AES()
int CCrypter::BytesToKeySHA512AES |
( |
const std::vector< uint8_t > & |
chSalt, |
|
|
const SecureString & |
strKeyData, |
|
|
int |
count, |
|
|
uint8_t * |
key, |
|
|
uint8_t * |
iv |
|
) |
| const |
|
private |
◆ CleanKey()
void CCrypter::CleanKey |
( |
| ) |
|
|
inline |
◆ Decrypt()
bool CCrypter::Decrypt |
( |
const std::vector< uint8_t > & |
vchCiphertext, |
|
|
CKeyingMaterial & |
vchPlaintext |
|
) |
| const |
◆ Encrypt()
bool CCrypter::Encrypt |
( |
const CKeyingMaterial & |
vchPlaintext, |
|
|
std::vector< uint8_t > & |
vchCiphertext |
|
) |
| const |
◆ SetKey()
bool CCrypter::SetKey |
( |
const CKeyingMaterial & |
chNewKey, |
|
|
const std::vector< uint8_t > & |
chNewIV |
|
) |
| |
◆ SetKeyFromPassphrase()
bool CCrypter::SetKeyFromPassphrase |
( |
const SecureString & |
strKeyData, |
|
|
const std::vector< uint8_t > & |
chSalt, |
|
|
const unsigned int |
nRounds, |
|
|
const unsigned int |
nDerivationMethod |
|
) |
| |
◆ wallet_crypto_tests::TestCrypter
friend class wallet_crypto_tests::TestCrypter |
|
friend |
◆ fKeySet
◆ vchIV
◆ vchKey
The documentation for this class was generated from the following files: