Package-level declarations

Types

Link copied to clipboard

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

Link copied to clipboard
class AuthKey

Type definition of Key.Public and Key.Private specific to client authentication.

Link copied to clipboard

An ED25519_V3, utilized by tor for Version 3 Hidden Services.

Link copied to clipboard
expect sealed class Key

Base abstraction for Public/Private keys used by tor.

actual sealed class Key : Key
actual sealed class Key
Link copied to clipboard
sealed class KeyType<T : Key.Public, V : Key.Private>

Type definition for public/private key associations utilized by tor.

Link copied to clipboard

An X25519, utilized by tor for Version 3 Client Authentication.