OKPPrivateKey

fmgp.crypto.OKPPrivateKey
See theOKPPrivateKey companion object
case class OKPPrivateKey(kty: KTY, crv: Curve, d: String, x: String, kid: Option[String]) extends OKPKey, PrivateKey

Attributes

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

Members list

Value members

Concrete methods

Inherited methods

Attributes

Inherited from:
OKP_EC_Key

Attributes

Inherited from:
OKPKey

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