fmgp.typings.jose.generalSignMod.Signature
See theSignature companion object
trait Signature extends StObject
Attributes
- Companion
- object
- Graph
-
- Supertypes
Members list
Value members
Abstract methods
def addSignature(args: Parameters[Function2[KeyLike | Uint8Array, UndefOr[SignOptions], Signature]]): Signature
A shorthand for calling addSignature() on the enclosing GeneralSign instance
A shorthand for calling addSignature() on the enclosing GeneralSign instance
Attributes
Returns the enclosing GeneralSign
Returns the enclosing GeneralSign
Attributes
Sets the JWS Protected Header on the Signature object.
Sets the JWS Protected Header on the Signature object.
Value parameters
- protectedHeader
-
JWS Protected Header.
Attributes
Sets the JWS Unprotected Header on the Signature object.
Sets the JWS Unprotected Header on the Signature object.
Value parameters
- unprotectedHeader
-
JWS Unprotected Header.
Attributes
A shorthand for calling encrypt() on the enclosing GeneralSign instance
A shorthand for calling encrypt() on the enclosing GeneralSign instance
Attributes
In this article