com.jsuereth.pgp.hkp

Members list

Type members

Classlikes

case class AddKey(key: StreamingSaveable) extends Lookup

Attributes

Supertypes
trait Serializable
trait Product
trait Equals
trait Lookup
trait HkpCommand
class Object
trait Matchable
class Any
Show all
trait Client

Represents a client connected to a PGP public key server.

Represents a client connected to a PGP public key server.

Attributes

Companion
object
Supertypes
class Object
trait Matchable
class Any
object Client

Attributes

Companion
trait
Supertypes
class Object
trait Matchable
class Any
Self type
Client.type
case class Find(search: String) extends Lookup

Attributes

Supertypes
trait Serializable
trait Product
trait Equals
trait Lookup
trait HkpCommand
class Object
trait Matchable
class Any
Show all
case class GetKey(id: Long) extends Lookup

Requests a key from the server.

Requests a key from the server.

Attributes

Supertypes
trait Serializable
trait Product
trait Equals
trait Lookup
trait HkpCommand
class Object
trait Matchable
class Any
Show all
trait HkpCommand

A HKP command that can be sent to a HKP server.

A HKP command that can be sent to a HKP server.

Attributes

Supertypes
class Object
trait Matchable
class Any
Known subtypes
trait Lookup
class AddKey
class Find
class GetKey
trait Lookup extends HkpCommand

Any of the lookup commands.

Any of the lookup commands.

Attributes

Supertypes
trait HkpCommand
class Object
trait Matchable
class Any
Known subtypes
class AddKey
class Find
class GetKey
case class LookupKeyResult(id: String, time: Date, user: Seq[String])

Attributes

Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all

Value members

Concrete methods

def idToString(l: Long): String
def stringToId(s: String): Long