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