CryptoRawBytesOperationsJVM

fmgp.crypto.CryptoRawBytesOperationsJVM

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any
Self type

Members list

Value members

Concrete methods

def ecKeySignBytesWithEC(key: ECPrivateKey, payload: Array[Byte]): Array[Byte]
def ecKeyVerifyBytesWithEC(key: ECPublicKey, payload: Array[Byte], signature: Array[Byte]): Boolean
def okpKeySignBytesWithEd25519(okpKey: OKPPrivateKey, payload: Array[Byte]): Array[Byte]
def okpKeyVerifyBytesWithEd25519(key: OKPPublicKey, payload: Array[Byte], signature: Array[Byte]): Boolean