Parse the output of CLI PGP programinclude "pgpkey.h". More...
#include "pgpkey.h"
Go to the source code of this file.
Functions | |
struct PgpKeyInfo * | pgp_get_candidates (enum PgpRing keyring, struct ListHead *hints) |
Find PGP keys matching a list of hints. | |
Parse the output of CLI PGP programinclude "pgpkey.h".
This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.
You should have received a copy of the GNU General Public License along with this program. If not, see http://www.gnu.org/licenses/.
Definition in file gnupgparse.h.
struct PgpKeyInfo * pgp_get_candidates | ( | enum PgpRing | keyring, |
struct ListHead * | hints | ||
) |
Find PGP keys matching a list of hints.
keyring | PGP Keyring |
hints | List of strings to match |
ptr | Key list |
NULL | Error |
Definition at line 419 of file gnupgparse.c.