Packages

package hkp

Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. hkp
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Type Members

  1. case class AddKey(key: StreamingSaveable) extends Lookup with Product with Serializable
  2. trait Client extends AnyRef

    Represents a client connected to a PGP public key server.

  3. case class Find(search: String) extends Lookup with Product with Serializable
  4. case class GetKey(id: Long) extends Lookup with Product with Serializable

    Requests a key from the server.

  5. trait HkpCommand extends AnyRef

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

  6. trait Lookup extends HkpCommand

    Any of the lookup commands.

  7. case class LookupKeyResult(id: String, time: Date, user: Seq[String]) extends Product with Serializable

Value Members

  1. def idToString(l: Long): String
  2. def stringToId(s: String): Long
  3. object Client

Inherited from AnyRef

Inherited from Any

Ungrouped