KeyServerClient

KeyServerClient

new KeyServerClient(url)

Source:

A client for PGP HKP Servers (Http Keyserver Protocol), see IETF spec for protocol information.

Parameters:
Name Type Description
url string

Address of server, defaults to KeyServerClient.Addresses.ubuntu

Members

(static) Addresses :Object

Source:
Properties:
Name Type Description
ubuntu string

https://keyserver.ubuntu.com

gnupg string

http://keys.gnupg.net

mit string

http://pgp.mit.edu

Type:
  • Object

baseUri :Url

Source:
Type:
  • Url

Methods

(async) fetch(keyid)

Source:
To Do:
  • Not implemented
Parameters:
Name Type Description
keyid string
Source:

Search for keys using text

Parameters:
Name Type Description
text string

Search text

Returns:

parsed colon-seperated-values into json

Type
string