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 provides access to documentation for various versions of `EncryptionKeyData`, ranging from version 2.11.0 up to the latest release candidate 2.37.0-rc."],["The primary function of `EncryptionKeyData` is to serve as a container for encryption key attributes, including the encryption algorithm, the base64-encoded key, and its hash."],["Each version listed links to its corresponding documentation page for the `struct google::cloud::storage::EncryptionKeyData` class."],["The encryption key structure differentiates itself from most request options by requiring these distinct data points (algorithm, base64-encoded key, base64-encoded key hash) within a simple container."]]],[]]