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

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.