Skip to main content
Module

x/jose/index.ts>EncryptJWT#encrypt

"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
method EncryptJWT.prototype.encrypt
import { EncryptJWT } from "https://deno.land/x/jose@v4.11.1/index.ts";

Encrypts and returns the JWT.

Parameters

key: KeyLike | Uint8Array

Public Key or Secret to encrypt the JWT with.

optional
options: EncryptOptions

JWE Encryption options.

Returns

Promise<string>