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-09 UTC."],[[["This webpage provides a comprehensive list of versions for the `EncryptionKeyData` structure, spanning from version 2.11.0 to the latest release candidate, 2.37.0-rc."],["The `EncryptionKeyData` structure is designed to encapsulate the attributes of an encryption key, including the encryption algorithm, the base64-encoded key, and its base64-encoded hash."],["The most recent stable release for this data structure is version 2.36.0, while version 2.37.0-rc is the latest release candidate, providing access to potential upcoming changes."],["Each version listed links to the corresponding documentation for `EncryptionKeyData` for that version, allowing users to access historical documentation for struct."],["The `EncryptionKeyData` structure is a simple container that standardizes the handling of encryption key information, which consists of an encryption algorithm, a key, and a hash of the key."]]],[]]