![]() |
Feathercoin
0.5.0
P2P Digital Currency
|
This is the complete list of members for CCrypter, including all inherited members.
CCrypter() | CCrypter | inline |
chIV | CCrypter | private |
chKey | CCrypter | private |
CleanKey() | CCrypter | inline |
Decrypt(const std::vector< unsigned char > &vchCiphertext, CKeyingMaterial &vchPlaintext) | CCrypter | |
Encrypt(const CKeyingMaterial &vchPlaintext, std::vector< unsigned char > &vchCiphertext) | CCrypter | |
fKeySet | CCrypter | private |
SetKey(const CKeyingMaterial &chNewKey, const std::vector< unsigned char > &chNewIV) | CCrypter | |
SetKeyFromPassphrase(const SecureString &strKeyData, const std::vector< unsigned char > &chSalt, const unsigned int nRounds, const unsigned int nDerivationMethod) | CCrypter | |
~CCrypter() | CCrypter | inline |