GetKey

com.jsuereth.pgp.hkp.GetKey
case class GetKey(id: Long) extends Lookup

Requests a key from the server.

Attributes

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

Members list

Value members

Concrete methods

override def vars: Map[String, String]

The GET/POST arguments for the HTTP command.

The GET/POST arguments for the HTTP command.

Attributes

Definition Classes

Inherited methods

def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product
override def url: String

The URL to issue the command to.

The URL to issue the command to.

Attributes

Definition Classes
Inherited from:
Lookup