did-imp
did-imp
API
fmgp.crypto
CryptoOperationsImp
ECDH
ECDH_AnonCryptoProvider
ECDH_AnonEC
ECDH_AnonOKP
ECDH_AuthCryptoProvider
ECDH_AuthEC
ECDH_AuthOKP
ECDH_UtilsEC
ECDH_UtilsOKP
JWERecipient
KeyGenerator
PlatformSpecificOperations
UtilsJVM
unsafe
given_Conversion_ProtectedHeader_JWEHeader
given_Conversion_Base64Obj_JWEHeader
given_Conversion_Base64_Base64URL
fmgp.did.comm
did-imp
/
fmgp.crypto
/
KeyGenerator
KeyGenerator
fmgp.crypto.KeyGenerator$
object
KeyGenerator
Attributes
Graph
Reset zoom
Hide graph
Show graph
Supertypes
class
Object
trait
Matchable
class
Any
Self type
KeyGenerator
.type
Clear all
Members list
Concise view
Value members
Concrete methods
def
makeEd25519
:
IO
[
FailToGenerateKey
,
OKPPrivateKey
]
def
makeX25519
:
IO
[
FailToGenerateKey
,
OKPPrivateKey
]
def
newEd25519
:
Either
[
FailToGenerateKey
,
OKPPrivateKey
]
def
newX25519
:
Either
[
FailToGenerateKey
,
OKPPrivateKey
]