import { GeneralSign } from "https://dotland.deno.dev/x/jose@v5.9.6/index.ts";
Adds an additional signature for the General JWS object.
Parameters
Private Key or Secret to sign the individual JWS signature with. See Algorithm Key Requirements.
x/jose/index.ts>GeneralSign#addSignature
import { GeneralSign } from "https://dotland.deno.dev/x/jose@v5.9.6/index.ts";
Adds an additional signature for the General JWS object.
Private Key or Secret to sign the individual JWS signature with. See Algorithm Key Requirements.