mod

fmgp.typings.jose.mod
object mod

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any
Self type
mod.type

Members list

Type members

Classlikes

open class GeneralSign extends GeneralSign

Attributes

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

Value members

Concrete methods

inline def generateKeyPair[T](alg: String): Promise[GenerateKeyPairResult[T]]
inline def generateKeyPair[T](alg: String, options: GenerateKeyPairOptions): Promise[GenerateKeyPairResult[T]]
inline def importJWK[T](jwk: JWK): Promise[T | Uint8Array]
inline def importJWK[T](jwk: JWK, alg: String): Promise[T | Uint8Array]
inline def importJWK[T](jwk: JWK, alg: String, octAsKeyObject: Boolean): Promise[T | Uint8Array]
inline def importJWK[T](jwk: JWK, alg: Unit, octAsKeyObject: Boolean): Promise[T | Uint8Array]
inline def jwtVerify(jwt: String, key: KeyLike): Promise[JWTVerifyResult]
inline def jwtVerify(jwt: String, key: KeyLike, options: JWTVerifyOptions): Promise[JWTVerifyResult]
inline def jwtVerify(jwt: String, key: Uint8Array): Promise[JWTVerifyResult]
inline def jwtVerify(jwt: String, key: Uint8Array, options: JWTVerifyOptions): Promise[JWTVerifyResult]
inline def jwtVerify[T](jwt: String, getKey: JWTVerifyGetKey): Promise[JWTVerifyResult & ResolvedKey[T]]
inline def jwtVerify[T](jwt: String, getKey: JWTVerifyGetKey, options: JWTVerifyOptions): Promise[JWTVerifyResult & ResolvedKey[T]]

Concrete fields

val ^: Any