method PrivateSecp256r1.prototype.decryptAES
PrivateSecp256r1.prototype.decryptAES(
verification_method: DIDURL,
jwe: JWE,
): Uint8Array

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

Parameters

verification_method: DIDURL
jwe: JWE

Return Type

Uint8Array