Struct EncryptionKeyData (3.8.0-rc)
Stay organized with collections
Save and categorize content based on your preferences.
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.