GeneralSign

fmgp.typings.jose.mod.GeneralSign
open class GeneralSign extends GeneralSign

Attributes

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

Members list

Value members

Constructors

def this(payload: Uint8Array)

Value parameters

payload

Binary representation of the payload to sign.

Attributes

Inherited methods

Attributes

Inherited from:
GeneralSign

Attributes

Inherited from:
GeneralSign
def addSignature(key: KeyLike, options: SignOptions): Signature

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
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

Signs and resolves the value of the General JWS object.

Signs and resolves the value of the General JWS object.

Attributes

Inherited from:
GeneralSign
def toLocaleString(): String

Attributes

Inherited from:
Object
def valueOf(): Any

Attributes

Inherited from:
Object

Inherited fields

var _payload: Any

Attributes

Inherited from:
GeneralSign
var _signatures: Any

Attributes

Inherited from:
GeneralSign