Options
All
  • Public
  • Public/Protected
  • All
Menu

Namespace DecryptedData

The response to a request to decrypt the encrypted data.

Properties

Optional encryptionAlgorithm

encryptionAlgorithm: EncryptionAlgorithm

The encryption algorithm to use to encrypt and decrypt data with a customer-managed key {@code AES_256_GCM} indicates that the key is a symmetric key that uses the Advanced Encryption Standard (AES) algorithm and that the mode of encryption is the Galois/Counter Mode (GCM). {@code RSA_OAEP_SHA_1} indicates that the key is an asymmetric key that uses the RSA encryption algorithm and uses Optimal Asymmetric Encryption Padding (OAEP). {@code RSA_OAEP_SHA_256} indicates that the key is an asymmetric key that uses the RSA encryption algorithm with a SHA-256 hash and uses OAEP.

Optional keyId

keyId: undefined | string

The OCID of the key used to encrypt the ciphertext.

Optional keyVersionId

keyVersionId: undefined | string

The OCID of the key version used to encrypt the ciphertext.

plaintext

plaintext: string

The decrypted data, expressed as a base64-encoded value.

plaintextChecksum

plaintextChecksum: string

The checksum of the decrypted data.

Functions

getDeserializedJsonObj

getJsonObj