GeneralSign
fmgp.typings.jose.mod.GeneralSign
open class GeneralSign extends GeneralSign
Attributes
- Graph
-
- Supertypes
-
class GeneralSigntrait StObjectclass Objecttrait Anyclass Objecttrait Matchableclass AnyShow all
Members list
Value members
Constructors
Value parameters
- payload
-
Binary representation of the payload to sign.
Attributes
Inherited methods
Attributes
- Inherited from:
- GeneralSign
Attributes
- Inherited from:
- GeneralSign
Attributes
- Inherited from:
- GeneralSign
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
- Inherited from:
- GeneralSign
Attributes
- Inherited from:
- Object
Attributes
- Inherited from:
- Object
Attributes
- Inherited from:
- Object
Signs and resolves the value of the General JWS object.
Attributes
- Inherited from:
- Object
In this article