GeneralSign
fmgp.typings.jose.generalSignMod.GeneralSign
open class GeneralSign extends StObject
Attributes
- Graph
-
- Supertypes
- Known subtypes
-
class GeneralSign
Members list
Value members
Constructors
Value parameters
- payload
-
Binary representation of the payload to sign.
Attributes
Concrete methods
Adds an additional signature for the General JWS object.
Adds an additional signature for the General JWS object.
Value parameters
- key
-
Private Key or Secret to sign the individual JWS signature with. See
[[https://github.com/panva/jose/issues/210#jws-alg Algorithm Key Requirements]]. - options
-
JWS Sign options.
Attributes
Signs and resolves the value of the General JWS object.
Signs and resolves the value of the General JWS object.
Attributes
In this article