CCF
|
This is the complete list of members for ccf::kv::AbstractTxEncryptor, 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)=0 | ccf::kv::AbstractTxEncryptor | pure virtual |
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)=0 | ccf::kv::AbstractTxEncryptor | pure virtual |
get_commit_nonce(const TxID &tx_id, bool historical_hint=false)=0 | ccf::kv::AbstractTxEncryptor | pure virtual |
get_header_length()=0 | ccf::kv::AbstractTxEncryptor | pure virtual |
get_term(const uint8_t *data, size_t size)=0 | ccf::kv::AbstractTxEncryptor | pure virtual |
rollback(Version version)=0 | ccf::kv::AbstractTxEncryptor | pure virtual |
~AbstractTxEncryptor() | ccf::kv::AbstractTxEncryptor | inlinevirtual |