PlatformSpecificOperations

fmgp.crypto.PlatformSpecificOperations

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any
Self type

Members list

Value members

Concrete methods

def sign(key: PrivateKey, payload: Array[Byte]): IO[CurveError, SignedMessage]
def signJWT(key: PrivateKey, payload: Array[Byte]): IO[CryptoFailed, JWT]
def verifyJWT(key: PublicKey, jwt: JWT): IO[CryptoFailed, Boolean]