PublicKey

A 32 byte x25519 public key.

This would be the key a Hidden Service operator adds, to only allow connections from tor clients who have the X25519.PrivateKey associated with this X25519.PublicKey.

See also

Types

Link copied to clipboard
object Companion

Functions

Link copied to clipboard
open override fun algorithm(): String

x25519

Link copied to clipboard
override fun base16(): String
Link copied to clipboard
expect override fun base16OrNull(): String
Link copied to clipboard
override fun base32(): String
Link copied to clipboard
expect override fun base32OrNull(): String
Link copied to clipboard
override fun base64(): String
Link copied to clipboard
expect override fun base64OrNull(): String
Link copied to clipboard
fun descriptorBase32(): String

Produces the base 32 descriptor string for this AuthKey.Public in the form of descriptor:{algorithm}:{base-32}.

Link copied to clipboard
fun descriptorBase64(): String

Produces the base 64 descriptor string for this AuthKey.Public in the form of descriptor:{algorithm}:{base-64}.

Link copied to clipboard
override fun encoded(): ByteArray
Link copied to clipboard
expect override fun encodedOrNull(): ByteArray