|
CCF
|
This is the complete list of members for ccf::kv::TxEncryptor< T, S >, including all inherited members.
| decrypt(const std::vector< uint8_t > &cipher, const std::vector< uint8_t > &additional_data, const std::vector< uint8_t > &serialised_header, std::vector< uint8_t > &plain, Version version, Term &term, bool historical_hint=false) override | ccf::kv::TxEncryptor< T, S > | inlinevirtual |
| encrypt(const std::vector< uint8_t > &plain, const std::vector< uint8_t > &additional_data, std::vector< uint8_t > &serialised_header, std::vector< uint8_t > &cipher, const TxID &tx_id, EntryType entry_type=EntryType::WriteSet, bool historical_hint=false) override | ccf::kv::TxEncryptor< T, S > | inlinevirtual |
| get_commit_nonce(const TxID &tx_id, bool historical_hint=false) override | ccf::kv::TxEncryptor< T, S > | inlinevirtual |
| get_header_length() override | ccf::kv::TxEncryptor< T, S > | inlinevirtual |
| get_term(const uint8_t *data, size_t size) override | ccf::kv::TxEncryptor< T, S > | inlinevirtual |
| rollback(Version version) override | ccf::kv::TxEncryptor< T, S > | inlinevirtual |
| TxEncryptor(const std::shared_ptr< T > &secrets) | ccf::kv::TxEncryptor< T, S > | inline |
| ~AbstractTxEncryptor()=default | ccf::kv::AbstractTxEncryptor | virtual |