Options
All
  • Public
  • Public/Protected
  • All
Menu

Namespace SSECustomerKeyDetails

Specifies the details of the customer-provided encryption key (SSE-C) associated with an object.

Properties

algorithm

algorithm: Algorithm

Specifies the encryption algorithm. The only supported value is "AES256".

key

key: string

Specifies the base64-encoded 256-bit encryption key to use to encrypt or decrypt the object data.

keySha256

keySha256: string

Specifies the base64-encoded SHA256 hash of the encryption key. This value is used to check the integrity of the encryption key.

Functions

getDeserializedJsonObj

getJsonObj