AuthKey

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

Types

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

Holder for a private key associated with a Hidden Service's client authentication configuration.

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

Holder for a public key associated with a Hidden Service's client authentication configuration.