method PublicSecp256r1.encryptAES
PublicSecp256r1.encryptAES(
payload: Uint8Array,
recipients: PublicSecp256r1[],
): JWE

Encrypt the provided payload for the provided recipient array using A256GCM algorithm.

Parameters

payload: Uint8Array
recipients: PublicSecp256r1[]

Return Type