Skip to main content

@panva/jose@6.0.10
Built and signed on GitHub Actions

JWA, JWS, JWE, JWT, JWK, JWKS for Node.js, Browser, Cloudflare Workers, Deno, Bun, and other Web-interoperable runtimes

This package works with Cloudflare Workers, Node.js, Deno, Bun, Browsers
This package works with Cloudflare Workers
This package works with Node.js
This package works with Deno
This package works with Bun
This package works with Browsers
JSR Score
94%
Published
3 weeks ago (6.0.10)
interface KeyObject

!KeyObject is a representation of a key/secret available in the Node.js runtime. You may use the Node.js runtime APIs !createPublicKey, !createPrivateKey, and !createSecretKey to obtain a !KeyObject from your existing key material.

Properties

Add Package

deno add jsr:@panva/jose

Import symbol

import { type KeyObject } from "@panva/jose";

---- OR ----

Import directly with a jsr specifier

import { type KeyObject } from "jsr:@panva/jose";

Add Package

npx jsr add @panva/jose

Import symbol

import { type KeyObject } from "@panva/jose";

Add Package

yarn dlx jsr add @panva/jose

Import symbol

import { type KeyObject } from "@panva/jose";

Add Package

pnpm dlx jsr add @panva/jose

Import symbol

import { type KeyObject } from "@panva/jose";

Add Package

bunx jsr add @panva/jose

Import symbol

import { type KeyObject } from "@panva/jose";