Google Cloud Storage C++ Client 2.13.0
A C++ Client Library for Google Cloud Storage
|
A simple wrapper for the encryption key attributes. More...
#include <google/cloud/storage/well_known_headers.h>
Public Attributes | |
std::string | algorithm |
std::string | key |
std::string | sha256 |
A simple wrapper for the encryption key attributes.
Most request options have primitive types such as integers or strings. Encryption keys, in contrast, must include the algorithm, the (base64-encoded) key, and the (base64-encoded) hash of the key. This structure provides a simple container for these three values.
std::string google::cloud::storage::EncryptionKeyData::algorithm |
std::string google::cloud::storage::EncryptionKeyData::key |
std::string google::cloud::storage::EncryptionKeyData::sha256 |