Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Module

x/jose/key/import.ts>PEMImportOptions

"JSON Web Almost Everything" - JWA, JWS, JWE, JWT, JWK, JWKS for Node.js, Browser, Cloudflare Workers, Deno, Bun, and other Web-interoperable runtimes.
Extremely Popular
Go to Latest
interface PEMImportOptions
import { type PEMImportOptions } from "https://deno.land/x/jose@v4.11.0/key/import.ts";

Properties

optional
extractable: boolean

(Web Cryptography API specific) The value to use as SubtleCrypto.importKey() extractable argument. Default is false.