import { GeneralSign } from "https://deno.land/x/jose@v4.15.0/index.ts";
Adds an additional signature for the General JWS object.
Parameters
key: KeyLike | Uint8Array
Private Key or Secret to sign the individual JWS signature with. See Algorithm Key Requirements.
optional
options: SignOptionsJWS Sign options.