Options
All
  • Public
  • Public/Protected
  • All
Menu

Namespace GeneratedKey

The reponse to the regeuest to generate the key to encrypt or decrypt the data.

Properties

ciphertext

ciphertext: string

The encrypted data encryption key generated from a master encryption key.

Optional plaintext

plaintext: undefined | string

The plaintext data encryption key, a base64-encoded sequence of random bytes, which is included if the GenerateDataEncryptionKey request includes the {@code includePlaintextKey} parameter and sets its value to "true".

Optional plaintextChecksum

plaintextChecksum: undefined | string

The checksum of the plaintext data encryption key, which is included if the GenerateDataEncryptionKey request includes the {@code includePlaintextKey} parameter and sets its value to "true".

Functions

getDeserializedJsonObj

getJsonObj