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
/
ED25519_V3
/
PublicKey
Public
Key
class
PublicKey
(
address
:
OnionAddress.V3
)
:
AddressKey.Public
(
source
)
A 32 byte ed25519 public key.
See also
Onion
Address.
V3
ED25519_V3.
PublicKey.
Companion.
to
ED25519_V3Public
Key
ED25519_V3.
PublicKey.
Companion.
to
ED25519_V3Public
Key
Or
Null
Members
Constructors
Public
Key
Link copied to clipboard
constructor
(
address
:
OnionAddress.V3
)
Types
Companion
Link copied to clipboard
object
Companion
Functions
address
Link copied to clipboard
open
override
fun
address
(
)
:
OnionAddress.V3
algorithm
Link copied to clipboard
open
override
fun
algorithm
(
)
:
String
ED25519-V3
base16
Link copied to clipboard
override
fun
base16
(
)
:
String
base16Or
Null
Link copied to clipboard
expect
override
fun
base16OrNull
(
)
:
String
base32
Link copied to clipboard
override
fun
base32
(
)
:
String
base32Or
Null
Link copied to clipboard
expect
override
fun
base32OrNull
(
)
:
String
base64
Link copied to clipboard
override
fun
base64
(
)
:
String
base64Or
Null
Link copied to clipboard
expect
override
fun
base64OrNull
(
)
:
String
compare
To
Link copied to clipboard
operator override
fun
compareTo
(
other
:
AddressKey.Public
)
:
Int
encoded
Link copied to clipboard
override
fun
encoded
(
)
:
ByteArray
encoded
Or
Null
Link copied to clipboard
expect
override
fun
encodedOrNull
(
)
:
ByteArray