GeneralSign

fmgp.typings.jose.generalSignMod.GeneralSign
open class GeneralSign extends StObject

Attributes

Graph
Supertypes
trait StObject
class Object
trait Any
class Object
trait Matchable
class Any
Show all
Known subtypes
class GeneralSign

Members list

Value members

Constructors

def this(payload: Uint8Array)

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

def addSignature(key: KeyLike, options: SignOptions): Signature

Signs and resolves the value of the General JWS object.

Signs and resolves the value of the General JWS object.

Attributes

Inherited methods

def hasOwnProperty(v: String): Boolean

Attributes

Inherited from:
Object
def isPrototypeOf(v: Object): Boolean

Attributes

Inherited from:
Object
def propertyIsEnumerable(v: String): Boolean

Attributes

Inherited from:
Object
def toLocaleString(): String

Attributes

Inherited from:
Object
def valueOf(): Any

Attributes

Inherited from:
Object

Concrete fields

var _payload: Any
var _signatures: Any