import { GeneralSign } from "https://deno.land/x/faster@v11.7/vendor/jose/index.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.
sign(): Promise<GeneralJWS>
Signs and resolves the value of the General JWS object.