Skip to main content
Module

x/jwe_cookie_map/src/deps.ts>jose.Signature

Easy JWE Cookies for Deno
Latest
interface jose.Signature
import { type jose } from "https://deno.land/x/jwe_cookie_map@v1.0.1/src/deps.ts";
const { Signature } = jose;

Methods

setProtectedHeader(protectedHeader: JWSHeaderParameters): Signature

Sets the JWS Protected Header on the Signature object.

setUnprotectedHeader(unprotectedHeader: JWSHeaderParameters): Signature

Sets the JWS Unprotected Header on the Signature object.

addSignature(...args: Parameters<GeneralSign["addSignature"]>): Signature

A shorthand for calling addSignature() on the enclosing GeneralSign instance

sign(...args: Parameters<GeneralSign["sign"]>): Promise<GeneralJWS>

A shorthand for calling encrypt() on the enclosing GeneralSign instance

done(): GeneralSign

Returns the enclosing GeneralSign