interface DecryptOptions
implements CritOption
import { type DecryptOptions } from "https://deno.land/x/jose@v4.14.1/index.ts";
JWE Decryption options.
Properties
A list of accepted JWE "alg" (Algorithm) Header Parameter values.
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.
optional
inflateRaw: InflateFunctionIn a browser runtime you have to provide an implementation for Inflate Raw when you expect JWEs with compressed plaintext.