esx kms key operation: encrypt result
The
encrypt_result
structure contains fields that are returned by encrypt.Representation:
{
"ciphertext" : "string"
}
"ciphertext" : "string"
}
Attributes:
Name | Type | Description |
---|---|---|
Required | ||
ciphertext | string | The encrypted data. Additional information is encoded in the ciphertext needed for decryption. |