Skip to main content
Latest
interface jose.PEMImportOptions
import { type jose } from "https://deno.land/x/jwe_cookie_map@v1.0.1/src/deps.ts";
const { PEMImportOptions } = jose;

Properties

optional
extractable: boolean

(Only effective in Web Crypto API runtimes) The value to use as SubtleCrypto.importKey() extractable argument. Default is false.