Ciphertext

Encapsulates encrypted data for use within Confidential functions.

Class Methods

Instance Methods

Class Properties

There are no class properties.

Instance Properties

nametypedescription

ciphertext

Uint8Array

The data encapsulated by an instance of Ciphertext.

Description

Ciphertext encapsulates encrypted data for use within Confidential functions. You typically don’t use this class directly. Instead, you can access encrypted data with decrypt.