did-imp
did-imp
API
fmgp
crypto
CryptoOperationsImp
ECDH
JWERecipient
KeyGenerator
PlatformSpecificOperations
UtilsJS
did.comm
did-imp
/
fmgp
/
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
Members list
Clear all
Value members
Concrete methods
def
sign
(
key
:
PrivateKey
,
plaintext
:
PlaintextMessage
):
IO
[
CryptoFailed
,
SignedMessage
]
def
verify
(
key
:
PublicKey
,
jwm
:
SignedMessage
):
IO
[
CryptoFailed
,
Boolean
]
In this article
Attributes
Members list
Value members
Concrete methods