Secp256k1PrivateKey

fmgp.crypto.Secp256k1PrivateKey
case class Secp256k1PrivateKey(rawBytes: Array[Byte])

Attributes

Graph
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all

Members list

Value members

Concrete methods

final def compressedKey(id: String, keyUsage: PrismKeyUsage): CompressedECKey
final def compressedPublicKeyBytes: Array[Byte]
final def curvePoint: (Array[Byte], Array[Byte])
final def sign(payload: Array[Byte]): Array[Byte]
final def signWithApollo(payload: Array[Byte]): Array[Byte]
final def verify(signature: Array[Byte], payload: Array[Byte]): Boolean
final def verifyWithApollo(signature: Array[Byte], payload: Array[Byte]): Boolean

user verify instade

user verify instade

Attributes

Inherited methods

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