- decrypt(
data: string | Uint8Array<ArrayBufferLike>,
privateKey: CryptoKey | Uint8Array<ArrayBufferLike>,
): Promise<Uint8Array> Parameters
- data: string | Uint8Array<ArrayBufferLike>
- privateKey: CryptoKey | Uint8Array<ArrayBufferLike>
Returns Promise<Uint8Array>
Decrypt the given Uint8Array