Rudiments
|
This is the complete list of members for encryption, including all inherited members.
append(const unsigned char *data, uint32_t size) | encryption | virtual |
clear() | encryption | virtual |
encryption() | encryption | |
getDecryptedData()=0 | encryption | pure virtual |
getDecryptedDataSize() | encryption | virtual |
getEncryptedData()=0 | encryption | pure virtual |
getEncryptedDataSize() | encryption | virtual |
getError() | encryption | virtual |
getIv() | encryption | virtual |
getIvSize()=0 | encryption | pure virtual |
getKey() | encryption | virtual |
getKeySize()=0 | encryption | pure virtual |
setIv(const unsigned char *iv, size_t ivsize) | encryption | virtual |
setKey(const unsigned char *key, size_t keysize) | encryption | virtual |
setRandomIv() | encryption | virtual |
setRandomKey() | encryption | virtual |
~encryption() | encryption | virtual |