Enigma
3.2.0
A Simple, Reliable and Efficient Encryption Tool
|
This is the complete list of members for Database, including all inherited members.
addCipherChunk(const std::unique_ptr< CipherChunk > &cc) | Database | static |
addEncryption(const std::unique_ptr< Encryption > &e) | Database | static |
deleteAllEncryptions() | Database | static |
deleteEncryption(const std::int64_t ide) | Database | static |
Export(const fs::path &filename) | Database | static |
getAllEncryptions(const OrderBy order_by=OrderBy::ID, const Order order=Order::Descending) | Database | static |
getCipherChunk(const std::int64_t ide) | Database | static |
getCipherChunks(const std::int64_t ide, const std::function< bool(std::unique_ptr< CipherChunk > &&cc)> &callback) | Database | static |
getEncryption(const std::int64_t ide) | Database | static |
getStorage() noexcept | Database | inlinestatic |
Import(const fs::path &filename) | Database | static |
initialize() | Database | static |
operator*(OrderBy order_by) | Database | friend |
operator*(Order order) | Database | friend |
operator<<(std::ostream &os, const OrderBy order_by) noexcept | Database | friend |
operator<<(std::ostream &os, const Order order) noexcept | Database | friend |
Order enum name | Database | |
OrderBy enum name | Database | |
searchEncryptionsByTitle(const std::string &qtitle, OrderBy order_by=OrderBy::ID, Order order=Order::Descending) | Database | static |
shutdown() | Database | static |
Vacuum() noexcept | Database | static |