hkp_client

Last updated:

0 purchases

hkp_client Image
hkp_client Images
Add to Cart

Description:

hkp client

hkp_client #
Dart/Flutter HKP Keyserver client.
Implements the HKP basics for flutter to get and upload keys.
Getting Started #
Install the package by adding it into your pubspec.
hkp_client: "^0.0.1"
copied to clipboard
Usage #
import 'package:hkp_client/hkp_client.dart';

//Upload Pubkey to Server
//needs ASCIIArmor format
openpgp.addKey(pubkey);

//Get Keys from server bei Email, Fingerprint or KeyID
//Returns the Keys as ASCIIArmour format
openpgp.getKey(email);
openpgp.getKey(fingerprint);
copied to clipboard

License:

For personal and professional use. You cannot resell or redistribute these repositories in their original state.

Files In This Product:

Customer Reviews

There are no reviews.