Client

com.jsuereth.pgp.hkp.Client
See theClient companion object
trait Client

Represents a client connected to a PGP public key server.

Attributes

Companion
object
Graph
Supertypes
class Object
trait Matchable
class Any

Members list

Value members

Abstract methods

def getKey(id: Long): Future[PublicKeyRing]

Retreives a PGP Public Key from the server.

Retreives a PGP Public Key from the server.

Attributes

def pushKey(key: PublicKey, logger: String => Unit): Unit

Pushes a public key to a key server.

Pushes a public key to a key server.

Attributes

def pushKeyRing(key: PublicKeyRing, logger: String => Unit): Unit

Pushes a public key to a key server.

Pushes a public key to a key server.

Attributes

def search(term: String): Future[Vector[LookupKeyResult]]

Searches for a term on the keyserver and returns all the results.

Searches for a term on the keyserver and returns all the results.

Attributes