interface DecryptOptions
implements CritOption
import { type DecryptOptions } from "https://deno.land/x/faster@v11.7/vendor/jose/index.ts";
JWE Decryption options.
Properties
A list of accepted JWE "alg" (Algorithm) Header Parameter values. By default all "alg" (Algorithm) Header Parameter values applicable for the used key/secret are allowed except for all PBES2 Key Management Algorithms, these need to be explicitly allowed using this option.
A list of accepted JWE "enc" (Encryption Algorithm) Header Parameter values. By default all "enc" (Encryption Algorithm) values applicable for the used key/secret are allowed.