Module

x/jose/index.ts>CompactSign

JWA, JWS, JWE, JWT, JWK, JWKS for Node.js, Browser, Cloudflare Workers, Deno, Bun, and other Web-interoperable runtimes.
Extremely Popular
Go to Latest
class CompactSign
import { CompactSign } from "https://dotland.deno.dev/x/jose@v5.2.4/index.ts";

The CompactSign class is used to build and sign Compact JWS strings.

Constructors

new
CompactSign(payload: Uint8Array)

Properties

private
_flattened: FlattenedSign

Methods

Sets the JWS Protected Header on the Sign object.

sign(key: KeyLike | Uint8Array, options?: SignOptions): Promise<string>

Signs and resolves the value of the Compact JWS string.