class errors.JWEDecryptionFailed
extends JOSEError
import { errors } from "https://deno.land/x/faster@v11.7/vendor/jose/index.ts";
const { JWEDecryptionFailed } = errors;
An error subclass thrown when a JWE ciphertext decryption fails.
x/faster/vendor/jose/index.ts>errors.JWEDecryptionFailed
import { errors } from "https://deno.land/x/faster@v11.7/vendor/jose/index.ts";
const { JWEDecryptionFailed } = errors;
An error subclass thrown when a JWE ciphertext decryption fails.