com.jsuereth.pgp

hkp

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
Learn more about member selection
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. object Client

  2. def idToString(l: Long): String

  3. def stringToId(s: String): Long

Inherited from AnyRef

Inherited from Any

Ungrouped