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.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-04-02 UTC."],[[["This webpage lists various versions of the `EncryptionKeyData` structure, ranging from the latest release candidate, version 2.37.0-rc, down to version 2.11.0."],["Each version link provides access to the documentation for the `EncryptionKeyData` structure within that specific release of the Google Cloud Storage C++ library."],["The `EncryptionKeyData` structure is a container for the attributes of an encryption key, which includes the encryption algorithm, the base64-encoded key, and the base64-encoded hash of the key."],["The main purpose of this structure is to simplify the handling of encryption key attributes that are required in requests."]]],[]]