Ciphertext
Encapsulates encrypted data for use within Confidential functions.
Class Methods
Instance Methods
Class Properties
There are no class properties.
Instance Properties
name | type | description |
---|---|---|
ciphertext | The data encapsulated by an instance of |
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
.