HkpCommand

com.jsuereth.pgp.hkp.HkpCommand
trait HkpCommand

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

Attributes

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

Members list

Value members

Abstract methods

def url: String

The URL to issue the command to.

The URL to issue the command to.

Attributes

Concrete methods

def vars: Map[String, String]

The GET/POST arguments for the HTTP command.

The GET/POST arguments for the HTTP command.

Attributes