AddressKey

Type definition of Key.Public and Key.Private specific to OnionAddress.

Types

Link copied to clipboard
sealed class Private(key: ByteArray) : Key.Private

Holder for an OnionAddress private key. Private keys are utilized when creating Hidden Services.

Link copied to clipboard
sealed class Public(onionAddress: OnionAddress) : Key.Public, Comparable<AddressKey.Public>

Wrapper to extend OnionAddress capabilities for public key usage.