[][src]Module sequoia_net::wkd

OpenPGP Web Key Directory client.

A Web Key Directory is a Web service that can be queried with email addresses to obtain the associated OpenPGP keys.

It is specified in draft-koch.

See the get example.

Structs

EmailAddress

Stores the local_part and domain of an email address.

Url

Stores the parts needed to create a Web Key Directory URL.

Enums

Variant

WKD variants.

Functions

get

Retrieves the Certs that contain userids with a given email address from a Web Key Directory URL.

insert

Inserts a key into a Web Key Directory.