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"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-08-14 UTC."],[[["\u003cp\u003eThe latest version available is 2.37.0-rc, which can be accessed via the provided link.\u003c/p\u003e\n"],["\u003cp\u003eThe webpage provides a list of past versions, ranging from 2.36.0 back to 2.11.0, each with its own respective link.\u003c/p\u003e\n"],["\u003cp\u003eThis documentation pertains to the \u003ccode\u003eEncryptionKeyData\u003c/code\u003e structure in the \u003ccode\u003egoogle::cloud::storage\u003c/code\u003e namespace.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003eEncryptionKeyData\u003c/code\u003e structure serves as a container for encryption key details, including the algorithm, base64-encoded key, and the key's base64-encoded hash.\u003c/p\u003e\n"]]],[],null,["# Struct EncryptionKeyData (2.31.0)\n\nVersion 2.31.0keyboard_arrow_down\n\n- [2.42.0-rc (latest)](/cpp/docs/reference/storage/latest/structgoogle_1_1cloud_1_1storage_1_1EncryptionKeyData)\n- [2.41.0](/cpp/docs/reference/storage/2.41.0/structgoogle_1_1cloud_1_1storage_1_1EncryptionKeyData)\n- [2.40.0](/cpp/docs/reference/storage/2.40.0/structgoogle_1_1cloud_1_1storage_1_1EncryptionKeyData)\n- [2.39.0](/cpp/docs/reference/storage/2.39.0/structgoogle_1_1cloud_1_1storage_1_1EncryptionKeyData)\n- [2.38.0](/cpp/docs/reference/storage/2.38.0/structgoogle_1_1cloud_1_1storage_1_1EncryptionKeyData)\n- [2.37.0](/cpp/docs/reference/storage/2.37.0/structgoogle_1_1cloud_1_1storage_1_1EncryptionKeyData)\n- [2.36.0](/cpp/docs/reference/storage/2.36.0/structgoogle_1_1cloud_1_1storage_1_1EncryptionKeyData)\n- [2.35.0](/cpp/docs/reference/storage/2.35.0/structgoogle_1_1cloud_1_1storage_1_1EncryptionKeyData)\n- [2.34.0](/cpp/docs/reference/storage/2.34.0/structgoogle_1_1cloud_1_1storage_1_1EncryptionKeyData)\n- [2.33.0](/cpp/docs/reference/storage/2.33.0/structgoogle_1_1cloud_1_1storage_1_1EncryptionKeyData)\n- [2.32.0](/cpp/docs/reference/storage/2.32.0/structgoogle_1_1cloud_1_1storage_1_1EncryptionKeyData)\n- [2.31.0](/cpp/docs/reference/storage/2.31.0/structgoogle_1_1cloud_1_1storage_1_1EncryptionKeyData)\n- [2.30.0](/cpp/docs/reference/storage/2.30.0/structgoogle_1_1cloud_1_1storage_1_1EncryptionKeyData)\n- [2.29.0](/cpp/docs/reference/storage/2.29.0/structgoogle_1_1cloud_1_1storage_1_1EncryptionKeyData)\n- [2.28.0](/cpp/docs/reference/storage/2.28.0/structgoogle_1_1cloud_1_1storage_1_1EncryptionKeyData)\n- [2.27.0](/cpp/docs/reference/storage/2.27.0/structgoogle_1_1cloud_1_1storage_1_1EncryptionKeyData)\n- [2.26.0](/cpp/docs/reference/storage/2.26.0/structgoogle_1_1cloud_1_1storage_1_1EncryptionKeyData)\n- [2.25.1](/cpp/docs/reference/storage/2.25.1/structgoogle_1_1cloud_1_1storage_1_1EncryptionKeyData)\n- [2.24.0](/cpp/docs/reference/storage/2.24.0/structgoogle_1_1cloud_1_1storage_1_1EncryptionKeyData)\n- [2.23.0](/cpp/docs/reference/storage/2.23.0/structgoogle_1_1cloud_1_1storage_1_1EncryptionKeyData)\n- [2.22.1](/cpp/docs/reference/storage/2.22.1/structgoogle_1_1cloud_1_1storage_1_1EncryptionKeyData)\n- [2.21.0](/cpp/docs/reference/storage/2.21.0/structgoogle_1_1cloud_1_1storage_1_1EncryptionKeyData)\n- [2.20.0](/cpp/docs/reference/storage/2.20.0/structgoogle_1_1cloud_1_1storage_1_1EncryptionKeyData)\n- [2.19.0](/cpp/docs/reference/storage/2.19.0/structgoogle_1_1cloud_1_1storage_1_1EncryptionKeyData)\n- [2.18.0](/cpp/docs/reference/storage/2.18.0/structgoogle_1_1cloud_1_1storage_1_1EncryptionKeyData)\n- [2.17.0](/cpp/docs/reference/storage/2.17.0/structgoogle_1_1cloud_1_1storage_1_1EncryptionKeyData)\n- [2.16.0](/cpp/docs/reference/storage/2.16.0/structgoogle_1_1cloud_1_1storage_1_1EncryptionKeyData)\n- [2.15.1](/cpp/docs/reference/storage/2.15.1/structgoogle_1_1cloud_1_1storage_1_1EncryptionKeyData)\n- [2.14.0](/cpp/docs/reference/storage/2.14.0/structgoogle_1_1cloud_1_1storage_1_1EncryptionKeyData)\n- [2.13.0](/cpp/docs/reference/storage/2.13.0/structgoogle_1_1cloud_1_1storage_1_1EncryptionKeyData)\n- [2.12.0](/cpp/docs/reference/storage/2.12.0/structgoogle_1_1cloud_1_1storage_1_1EncryptionKeyData)\n- [2.11.0](/cpp/docs/reference/storage/2.11.0/structgoogle_1_1cloud_1_1storage_1_1EncryptionKeyData) \nA simple wrapper for the encryption key attributes. \nMost 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."]]