Couchbase C++ SDK 1.2.0 (rev. c2439a4)
|
Functions | |
auto | encrypt (std::vector< std::byte > key, std::vector< std::byte > iv, std::vector< std::byte > plaintext, std::vector< std::byte > associated_data) -> std::pair< error, std::vector< std::byte > > |
auto | decrypt (std::vector< std::byte > key, std::vector< std::byte > ciphertext, std::vector< std::byte > associated_data) -> std::pair< error, std::vector< std::byte > > |
auto decrypt | ( | std::vector< std::byte > | key, |
std::vector< std::byte > | ciphertext, | ||
std::vector< std::byte > | associated_data ) -> std::pair< error, std::vector< std::byte > > |
auto encrypt | ( | std::vector< std::byte > | key, |
std::vector< std::byte > | iv, | ||
std::vector< std::byte > | plaintext, | ||
std::vector< std::byte > | associated_data ) -> std::pair< error, std::vector< std::byte > > |