import { GeneralSign } from "https://dotland.deno.dev/x/jose@v5.9.6/jws/general/sign.ts";
The GeneralSign class is used to build and sign General JWS objects.
This class is exported (as a named export) from the main 'jose'
module entry point as well as
from its subpath export 'jose/jws/general/sign'
.
Methods
addSignature(key: KeyLike | Uint8Array | JWK, options?: SignOptions): Signature
Adds an additional signature for the General JWS object.