CCF
Loading...
Searching...
No Matches
ccf::kv::AbstractTxEncryptor Member List

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)=0ccf::kv::AbstractTxEncryptorpure 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)=0ccf::kv::AbstractTxEncryptorpure virtual
get_commit_nonce(const TxID &tx_id, bool historical_hint=false)=0ccf::kv::AbstractTxEncryptorpure virtual
get_header_length()=0ccf::kv::AbstractTxEncryptorpure virtual
get_term(const uint8_t *data, size_t size)=0ccf::kv::AbstractTxEncryptorpure virtual
rollback(Version version)=0ccf::kv::AbstractTxEncryptorpure virtual
~AbstractTxEncryptor()ccf::kv::AbstractTxEncryptorinlinevirtual