DEFAULT_KEYSERVER
DEFAULT_KEYSERVER
Default keyserver.
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
get(string $id) : \Horde_Pgp_Element_PublicKey
Returns PGP public key data retrieved from a public keyserver.
string | $id | The ID of the PGP key. |
The PGP public key.
getKeyByEmail(string $address) : \Horde_Pgp_Element_PublicKey
Returns the first matching key for an email address from a public keyserver.
string | $address | The email address to search for. |
The PGP public key.