libnexakotlin
Toggle table of contents
0.5.12
common
Platform filter
common
Switch theme
Search in API
libnexakotlin
libnexakotlin
/
org.nexa.libnexakotlin
/
SecuredSecret
/
SecuredSecret
Secured
Secret
constructor
(
index
:
Int
,
encryptedSecretBytes
:
ByteArray
,
pubkeySecp256k1
:
ByteArray
,
decrypt
:
(
encryptedSecret
:
ByteArray
,
idx
:
Int
)
->
ByteArray
?
=
null
)