Continue multi-part decryption. See `/crypto/v1/decrypt/init` for more details.

Prev Next
Post
/crypto/v1/decrypt/update

Continue multi-part decryption. See /crypto/v1/decrypt/init for more details.

Security
HTTP
Type bearer
API Key: apiKeyAuth
Header parameter nameAuthorization
Body parameters
Expand All
object
key

Uniquely identifies a persisted or transient sobject.

OneOf
SobjectDescriptorVariantKid
object (SobjectDescriptorVariantKid)
kid
string (uuid) Required
SobjectDescriptorVariantName
object (SobjectDescriptorVariantName)
name
string Required
Max length4096
Pattern^[^\n]*[^\s\n][^\n]*$
SobjectDescriptorVariantTransientKey
object (SobjectDescriptorVariantTransientKey)
transient_key
string (byte) Required
SobjectDescriptorVariantInline
object (SobjectDescriptorVariantInline)
inline
object Required
value
string (byte) Required
obj_type
string Required

Type of security object.

Valid values[ "AES", "ARIA", "DES", "DES3", "SEED", "RSA", "DSA", "EC", "KCDSA", "ECKCDSA", "BIP32", "BLS", "OPAQUE", "HMAC", "LEDABETA", "ROUND5BETA", "SECRET", "LMS", "XMSS", "MLDSA", "MLDSABETA", "MLKEM", "MLKEMBETA", "CERTIFICATE", "PBE" ]
cipher
string (byte) Required

Encrypted bytes

state
string (byte) Required

Current state of the encrypted cipher

Responses
2XX

Success result

object
plain
string (byte)

Decrypted bytes

state
string (byte)

Current state of the multi part decrypted object. Opaque data, not to be interpreted or modified by the client and must be provided with next request.