V3

Holder for a 56 character base 32 encoded v3 onion address, without the scheme or .onion appended.

A v3 onion address consists of its:

  • 32 byte ed25519 public key

  • 2 byte checksum

  • 1 byte version number

See also

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
@JvmField
val value: String

Functions

Link copied to clipboard
open override fun asPublicKey(): ED25519_V3.PublicKey

Wraps the OnionAddress.V3 in its ED25519_V3.PublicKey format for extended functionality.

Link copied to clipboard
fun canonicalHostName(): String

Returns value in its canonicalized hostname form

Link copied to clipboard
operator override fun compareTo(other: Address): Int
Link copied to clipboard
open override fun decode(): ByteArray
Link copied to clipboard
@JvmStatic
@JvmName(name = "anyHostIPv4To")
fun OnionAddress.mappingToAnyHostIPv4(): AddressMapping

Creates a AddressMapping that instructs tor to generate a virtual IPAddress.V4 address and map the provided OnionAddress to it.

Link copied to clipboard
@JvmStatic
@JvmName(name = "anyHostIPv6To")
fun OnionAddress.mappingToAnyHostIPv6(): AddressMapping

Creates a AddressMapping that instructs tor to generate a virtual IPAddress.V4 address and map the provided OnionAddress to it.