ECPrivateKeyWithoutKid

fmgp.crypto.ECPrivateKeyWithoutKid
See theECPrivateKeyWithoutKid companion object
case class ECPrivateKeyWithoutKid(kty: EC.type, crv: ECCurve, d: String, x: String, y: String) extends ECPrivateKey, ECKeyWithoutKid, PrivateKeyWithoutKid

Attributes

Companion
object
Graph
Supertypes
trait Serializable
trait Product
trait Equals
trait WithoutKid
trait ECPrivateKey
trait PrivateKey
class ECKey
trait OKP_EC_Key
trait JWKObj
trait MaybeKid
class Object
trait Matchable
class Any
Show all

Members list

Value members

Concrete methods

Attributes

Definition Classes

Inherited methods

override def alg: JWAAlgorithm

Attributes

Definition Classes
Inherited from:
OKP_EC_Key

Attributes

Inherited from:
ECKey
def isPointOnCurve: Boolean

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
final override def maybeKid: Option[String]

Attributes

Definition Classes
Inherited from:
WithoutKid
def productElementNames: Iterator[String]

An iterator over the names of all the elements of this product.

An iterator over the names of all the elements of this product.

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

An iterator over all the elements of this product.

An iterator over all the elements of this product.

Attributes

Returns

in the default implementation, an Iterator[Any]

Inherited from:
Product
final override def withKid(kid: String): ECPrivateKeyWithKid

Attributes

Definition Classes
Inherited from:
ECPrivateKey
final override def withoutKid: ECPrivateKeyWithoutKid

Attributes

Definition Classes
Inherited from:
ECPrivateKey

Attributes

Inherited from:
OKP_EC_Key
def xNumbre: BigInt

Attributes

Inherited from:
OKP_EC_Key

Attributes

Inherited from:
ECKey
def yNumbre: BigInt

Attributes

Inherited from:
ECKey