package hkp
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- hkp
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Type Members
- case class AddKey(key: StreamingSaveable) extends Lookup with Product with Serializable
-
trait
Client extends AnyRef
Represents a client connected to a PGP public key server.
- case class Find(search: String) extends Lookup with Product with Serializable
-
case class
GetKey(id: Long) extends Lookup with Product with Serializable
Requests a key from the server.
-
trait
HkpCommand extends AnyRef
A HKP command that can be sent to a HKP server.
-
trait
Lookup extends HkpCommand
Any of the lookup commands.
- case class LookupKeyResult(id: String, time: Date, user: Seq[String]) extends Product with Serializable