Signature

fmgp.typings.jose.generalSignMod.Signature
See theSignature companion object
trait Signature extends StObject

Attributes

Companion
object
Graph
Supertypes
trait StObject
class Object
trait Any
class Object
trait Matchable
class Any
Show all

Members list

Value members

Abstract methods

A shorthand for calling addSignature() on the enclosing GeneralSign instance

A shorthand for calling addSignature() on the enclosing GeneralSign instance

Attributes

def done(): GeneralSign

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

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