Updated on 2022-02-10 GMT+08:00

SSE-C Header

Type Definition

type SseCHeader struct

Parameter Description

Field

Type

Optional or Mandatory

Description

Encryption

string

Mandatory when used as a request parameter

Algorithm used in SSE-C encryption. The value can be:

  • AES256

Key

string

Mandatory when used as a request parameter

Key used in SSE-C encryption/decryption, which is calculated by using AES-256 and then encoded by Base64

KeyMD5

string

Optional when used as a request parameter

Key check value used in SSE-C encryption/decryption, which is the key value encrypted by MD5 and then encoded by Base64