method PrivateX25519.prototype.decryptAES
PrivateX25519.prototype.decryptAES(
verification_method: string,
jwe: JWE,
): Uint8Array

Decrypt the provided JWE object using the X25519 key and the A256GCM algorithm.

Parameters

verification_method: string
jwe: JWE

Return Type

Uint8Array