Error
A valid request URL is required to generate request examples[
{
"KeyPackage": "<string>"
}
]{
"error": {
"code": "<string>",
"message": "<string>"
}
}Exports the master encryption key as an encrypted data block that contains the data encryption key and its associated cryptographic metadata.
Exports the master encryption key as an encrypted data block that contains the data encryption key and its associated cryptographic metadata.
POST
/
exportDataEncryptionKey
Error
A valid request URL is required to generate request examples[
{
"KeyPackage": "<string>"
}
]{
"error": {
"code": "<string>",
"message": "<string>"
}
}Authorizations
authtoken_headerbasicauthtoken_query
Body
application/json
A user-defined string used to derive a temporary encryption key to secure the exported data encryption key material during transport.
Response
The action result
An encrypted data block containing the data encryption key and its associated cryptographic metadata.