PublicKeyWithKid

fmgp.crypto.PublicKeyWithKid
See thePublicKeyWithKid companion object
sealed trait PublicKeyWithKid extends PublicKey, WithKid

Attributes

Companion
object
Graph
Supertypes
trait WithKid
trait PublicKey
trait OKP_EC_Key
trait JWKObj
trait MaybeKid
class Object
trait Matchable
class Any
Show all
Known subtypes

Members list

Value members

Inherited methods

override def alg: JWAAlgorithm

Attributes

Definition Classes
Inherited from:
OKP_EC_Key

use jwsAlgorithmtoSign This might be deprecated in the future.

use jwsAlgorithmtoSign This might be deprecated in the future.

Attributes

Inherited from:
OKP_EC_Key

The Algorithmto used for Signing

Attributes

Inherited from:
OKP_EC_Key
final override def maybeKid: Some[String]

Attributes

Definition Classes
Inherited from:
WithKid

Attributes

Inherited from:
OKP_EC_Key

Attributes

Inherited from:
OKP_EC_Key

Inherited and Abstract methods

def crv: Curve

Attributes

Inherited from:
OKP_EC_Key
def kid: String

Attributes

Inherited from:
WithKid
override def kty: KTY

Attributes

Definition Classes
Inherited from:
OKP_EC_Key

Attributes

Definition Classes
Inherited from:
PublicKey

Attributes

Definition Classes
Inherited from:
PublicKey
def x: String

x is a Base64url (RFC 4648) without padding.

x is a Base64url (RFC 4648) without padding.

Attributes

Inherited from:
OKP_EC_Key