Constructors

Link copied to clipboard
constructor()

No Password (i.e. An unauthenticated control connection)

constructor(password: String)

Un-Hashed (raw) Password for TorOption.HashedControlPassword (e.g. "Hello World!")

constructor(cookie: ByteArray)

Cookie authentication bytes (or password UTF-8 encoded to bytes)

Properties

Link copied to clipboard
@JvmField
val hex: String
Link copied to clipboard
@JvmField
val keyword: String