This API is used when decrypting more data than the client wishes
to submit in a single request. It supports only symmetric ciphers
and CBC, CBCNOPAD, CTR, and GCM modes of operation. To perform
multi-part decryption, the client makes one request to the init
resource, zero or more requests to the update
resource, followed
by one request to the final
resource. The response to init and
update requests includes a state
field. The state
is an opaque
data blob that must be supplied unmodified by the client with each
subsequent request.
Uniquely identifies a persisted or transient sobject.
Type of security object.
A cryptographic algorithm.
Cipher mode used for symmetric key algorithms.
Initialization vector. Required for symmetric algorithms.
Authenticated data. Only applicable when using GCM mode.
Success result
The key id is returned for non-transient keys.
Opaque data, not to be interpreted or modified by the client and must be provided with next request.