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, plaintext: PlaintextMessage): UIO[SignedMessage]
def verify(key: PublicKey, jwm: SignedMessage): UIO[Boolean]