Extends
BaseCryptoClass
Constructors
new DecryptionContext()
new DecryptionContext(): DecryptionContextReturns
DecryptionContextMethods
decrypt()
decrypt(ciphertext:ArrayBuffer): Promise<ArrayBuffer>
Decrypt the provided ciphertext data.
Parameters
ciphertext
ArrayBuffer
The encrypted data to be decrypted.
Throws
- If the decryption operation fails.
Returns
Promise<ArrayBuffer>
Promise A promise that resolves to the decrypted
data (plaintext).

