gnutls_openpgp_crt_import (3) Linux Manual Page
gnutls_openpgp_crt_import – API function Synopsis#include <gnutls/openpgp.h> int gnutls_openpgp_crt_import(gnutls_openpgp_crt_t key, const gnutls_datum_t * data, gnutls_openpgp_crt_fmt_t format); Argumentsgnutls_openpgp_crt_t key The structure to store the parsed key. const gnutls_datum_t * data The RAW or BASE64 encoded key. gnutls_openpgp_crt_fmt_t format One of gnutls_openpgp_crt_fmt_t elements.DescriptionThis function will convert the given RAW or Base64 encoded key to the native gnutls_openpgp_crt_t format….
