UNPKG

@openpgp/hkp-client

Version:

A client for the OpenPGP HTTP Keyserver Protocol (HKP) in order to lookup and upload keys on standard public key servers.

5 lines (4 loc) 162 B
export default class HKP { constructor(keyServerBaseUrl?: string); public lookup(options: { keyid?: string, query?: string }): Promise<string | undefined>; }