gnutls_pkcs12_export (3) Linux Manual Page
gnutls_pkcs12_export – API function Synopsis#include <gnutls/pkcs12.h> int gnutls_pkcs12_export(gnutls_pkcs12_t pkcs12, gnutls_x509_crt_fmt_t format, void * output_data, size_t * output_data_size); Argumentsgnutls_pkcs12_t pkcs12 Holds the pkcs12 structure gnutls_x509_crt_fmt_t format the format of output params. One of PEM or DER. void * output_data will contain a structure PEM or DER encoded size_t * output_data_size holds the size of output_data (and…
