class jose.errors.JWEDecryptionFailed
extends JOSEError
import { jose } from "https://deno.land/x/jwe_cookie_map@v1.0.0-rc0/deps.ts";
const { JWEDecryptionFailed } = jose.errors;
An error subclass thrown when a JWE ciphertext decryption fails.
import { jose } from "https://deno.land/x/jwe_cookie_map@v1.0.0-rc0/deps.ts";
const { JWEDecryptionFailed } = jose.errors;
An error subclass thrown when a JWE ciphertext decryption fails.