Extends
BaseCryptoClass
Methods
encrypt()
encrypt(plaintext): Promise<ArrayBuffer>
Encrypt the provided plaintext data..
Parameters
plaintext
ArrayBuffer
The data to be encrypted.
Returns
Promise<ArrayBuffer>
A promise that resolves to the encrypted
data (ciphertext).

