|
libcdoc 0.1.8
|
This is the complete list of members for libcdoc::CDocReader, including all inherited members.
| beginDecryption(const std::vector< uint8_t > &fmk)=0 | libcdoc::CDocReader | pure virtual |
| CDocReader(int _version) | libcdoc::CDocReader | inlineexplicitprotected |
| conf | libcdoc::CDocReader | protected |
| createReader(DataSource *src, bool take_ownership, Configuration *conf, CryptoBackend *crypto, NetworkBackend *network) | libcdoc::CDocReader | static |
| createReader(const std::string &path, Configuration *conf, CryptoBackend *crypto, NetworkBackend *network) | libcdoc::CDocReader | static |
| createReader(std::istream &ifs, Configuration *conf, CryptoBackend *crypto, NetworkBackend *network) | libcdoc::CDocReader | static |
| crypto | libcdoc::CDocReader | protected |
| decrypt(const std::vector< uint8_t > &fmk, MultiDataConsumer *consumer)=0 | libcdoc::CDocReader | pure virtual |
| finishDecryption()=0 | libcdoc::CDocReader | pure virtual |
| getCDocFileVersion(const std::string &path) | libcdoc::CDocReader | static |
| getCDocFileVersion(DataSource *src) | libcdoc::CDocReader | static |
| getFMK(std::vector< uint8_t > &fmk, unsigned int lock_idx)=0 | libcdoc::CDocReader | pure virtual |
| getLastErrorStr() const | libcdoc::CDocReader | inline |
| getLockForCert(const std::vector< uint8_t > &cert)=0 | libcdoc::CDocReader | pure virtual |
| getLocks()=0 | libcdoc::CDocReader | pure virtual |
| last_error | libcdoc::CDocReader | protected |
| network | libcdoc::CDocReader | protected |
| nextFile(std::string &name, int64_t &size)=0 | libcdoc::CDocReader | pure virtual |
| nextFile(FileInfo &info) | libcdoc::CDocReader | inline |
| readData(uint8_t *dst, size_t size)=0 | libcdoc::CDocReader | pure virtual |
| setLastError(const std::string &message) | libcdoc::CDocReader | inlineprotected |
| testConfig(std::vector< uint8_t > &dst) | libcdoc::CDocReader | virtual |
| testNetwork(std::vector< std::vector< uint8_t > > &dst) | libcdoc::CDocReader | virtual |
| version | libcdoc::CDocReader | |
| ~CDocReader()=default | libcdoc::CDocReader | virtual |