ECPublicKey

fmgp.crypto.ECPublicKey
See theECPublicKey companion object
sealed trait ECPublicKey extends ECKey, PublicKey

Attributes

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

Members list

Value members

Concrete methods

final override def withKid(kid: String): ECPublicKeyWithKid

Attributes

Definition Classes
final override def withoutKid: ECPublicKeyWithoutKid

Attributes

Definition Classes

Inherited methods

override def alg: JWAAlgorithm

Attributes

Definition Classes
Inherited from:
OKP_EC_Key

Attributes

Inherited from:
ECKey

Attributes

Inherited from:
ECKey

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

Attributes

Inherited from:
MaybeKid

Attributes

Inherited from:
OKP_EC_Key

Attributes

Inherited from:
OKP_EC_Key

Attributes

Inherited from:
ECKey

Attributes

Inherited from:
ECKey

Inherited and Abstract methods

override def crv: ECCurve

Attributes

Definition Classes
Inherited from:
ECKey
override def kty: EC.type

Attributes

Definition Classes
Inherited from:
ECKey
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
def y: String

y is a Base64url (RFC 4648) without padding.

y is a Base64url (RFC 4648) without padding.

Attributes

Inherited from:
ECKey