Rudiments
|
This is the complete list of members for encryption, including all inherited members.
append(const byte_t *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 |
reset() | encryption | virtual |
setIv(const byte_t *iv, size_t ivsize) | encryption | virtual |
setKey(const byte_t *key, size_t keysize) | encryption | virtual |
setRandomIv() | encryption | virtual |
setRandomKey() | encryption | virtual |
~encryption() | encryption | virtual |
~object() | object | inlinevirtual |