$_http
$_http : \Horde_Http_Client
HTTP object.
Provides methods to connect to a PGP keyserver.
Connects to a public key server via HKP (Horrowitz Keyserver Protocol). http://tools.ietf.org/html/draft-shaw-openpgp-hkp-00
$_pgp : \Horde_Crypt_Pgp
PGP object.
__construct(\Horde_Crypt_Pgp $pgp, array $params = array())
Constructor.
\Horde_Crypt_Pgp | $pgp | A Horde_Crypt_Pgp object. |
array | $params | Optional parameters: - http: (Horde_Http_Client) The HTTP client object to use. - keyserver: (string) The public PGP keyserver to use. - port: (integer) The public PGP keyserver port. |