KeyType

sealed class KeyType<T : Key.Public, V : Key.Private>

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

Inheritors

Types

Link copied to clipboard

Represents a KeyType associated with OnionAddress, such as adding a Hidden Service to a running tor client via its control connection.

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

Represents a KeyType associated with client authentication, such as adding a private key to your running client in order to connect to a Hidden Service which is using client authentication.

Functions

Link copied to clipboard
abstract fun algorithm(): String

The algorithm name for this KeyType.