Auth

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.

See also

Inheritors

Functions

Link copied to clipboard
abstract fun algorithm(): String

The algorithm name for this KeyType.