ECPublicKey

fmgp.crypto.ECPublicKey
See theECPublicKey companion object
case class ECPublicKey(kty: KTY, crv: Curve, x: String, y: String, kid: Option[String]) extends ECKey, PublicKey

Attributes

Companion
object
Graph
Supertypes
trait Serializable
trait Product
trait Equals
trait PublicKey
class ECKey
class OKP_EC_Key
trait JWKObj
class Object
trait Matchable
class Any
Show all

Members list

Value members

Inherited methods

Attributes

Inherited from:
OKP_EC_Key

Attributes

Inherited from:
ECKey
def isPointOnCurve: Boolean

Attributes

Inherited from:
ECKey

https://identity.foundation/didcomm-messaging/spec/#algorithms

def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product
def xNumbre: BigInt

Attributes

Inherited from:
OKP_EC_Key
def yNumbre: BigInt

Attributes

Inherited from:
ECKey