EncryptionInfoInput
Contains information needed to decrypt a particular file when downloaded
input EncryptionInfoInput {
encryptedDekValue: String!
encryptionAssociatedData: JSON
}
Fields
EncryptionInfoInput.encryptedDekValue ● String! non-null scalar
The encrypted DEK, base 64 encoded to a string
EncryptionInfoInput.encryptionAssociatedData ● JSON scalar
Data associated with the encrypted content, the format of which depends on the encryption algorithm used