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

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

Parameters

payload: Uint8Array
recipients: PublicX25519[]

Return Type