import { GeneralSign } from "https://deno.land/x/jose@v4.15.0/index.ts";
The GeneralSign class is used to build and sign General JWS objects.
Methods
addSignature(key: KeyLike | Uint8Array, options?: SignOptions): Signature
Adds an additional signature for the General JWS object.
sign(): Promise<GeneralJWS>
Signs and resolves the value of the General JWS object.