did-imp
did-imp
API
fmgp.crypto
CryptoOperationsImp
ECDH
JWERecipient
KeyGenerator
PlatformSpecificOperations
UtilsJS
fmgp.did.comm
did-imp
/
fmgp.crypto
/
PlatformSpecificOperations
PlatformSpecificOperations
fmgp.crypto.PlatformSpecificOperations$
object
PlatformSpecificOperations
Attributes
Graph
Reset zoom
Hide graph
Show graph
Supertypes
class
Object
trait
Matchable
class
Any
Self type
PlatformSpecificOperations
.type
Clear all
Members list
Concise view
Value members
Concrete methods
def
sign
(
key
:
PrivateKey
,
plaintext
:
PlaintextMessage
):
IO
[
CryptoFailed
,
SignedMessage
]
def
verify
(
key
:
PublicKey
,
jwm
:
SignedMessage
):
IO
[
CryptoFailed
,
Boolean
]