kmp-tor
Toggle table of contents
2.2.0
common
Platform filter
common
Switch theme
Search in API
kmp-tor
runtime-core
/
io.matthewnelson.kmp.tor.runtime.core.key
/
X25519
/
PrivateKey
/
Companion
Companion
object
Companion
(
source
)
Members
Functions
to
X25519Private
Key
Link copied to clipboard
@
JvmStatic
@
JvmName
(
name
=
"get"
)
fun
ByteArray
.
toX25519PrivateKey
(
)
:
X25519.PrivateKey
Transforms provided bytes into a x25519 private key.
@
JvmStatic
@
JvmName
(
name
=
"get"
)
fun
String
.
toX25519PrivateKey
(
)
:
X25519.PrivateKey
Parses a String for a x25519 private key.
to
X25519Private
Key
Or
Null
Link copied to clipboard
@
JvmStatic
@
JvmName
(
name
=
"getOrNull"
)
fun
ByteArray
.
toX25519PrivateKeyOrNull
(
)
:
X25519.PrivateKey
?
Transforms provided bytes into a x25519 private key.
@
JvmStatic
@
JvmName
(
name
=
"getOrNull"
)
fun
String
.
toX25519PrivateKeyOrNull
(
)
:
X25519.PrivateKey
?
Parses a String for a x25519 private key.