gnutls_openpgp_crt_import



gnutls_openpgp_crt_import

NAME
SYNOPSIS
ARGUMENTS
DESCRIPTION
RETURNS
REPORTING BUGS
COPYRIGHT
SEE ALSO

NAME

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);

ARGUMENTS

gnutls_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.

DESCRIPTION

This function will convert the given RAW or Base64 encoded key to the native gnutls_openpgp_crt_t format. The output will be stored in ’key’.

RETURNS

GNUTLS_E_SUCCESS on success, or an error code.

REPORTING BUGS

Report bugs to <bug-gnutls@gnu.org>. GnuTLS home page: http://www.gnu.org/software/gnutls/ General help using GNU software: http://www.gnu.org/gethelp/

COPYRIGHT

Copyright © 2008 Free Software Foundation.
Copying and distribution of this file, with or without modification, are permitted in any medium without royalty provided the copyright notice and this notice are preserved.

SEE ALSO

The full documentation for gnutls is maintained as a Texinfo manual. If the info and gnutls programs are properly installed at your site, the command

info gnutls

should give you access to the complete manual.



More Linux Commands

manpages/vfs_scannedonly.8.html
vfs_scannedonly(8) - Ensures that only files that have been
This VFS module is part of the samba(8) suite. The vfs_scannedonly VFS module ensures that only files that have been scanned for viruses are visible and accessi

manpages/gnutls_x509_crt_verify.3.html
gnutls_x509_crt_verify(3) - API function - Linux man page...
gnutls_x509_crt_verify.3 - This function will try to verify the given certificate and return its status. RETURNS On success, GNUTLS_E_SUCCESS (0) is returned, o

manpages/zipinfo.1.html
zipinfo(1) - list detailed information about a ZIP archive
ENVIRONMENT OPTIONS EXAMPLES TIPS BUGS SEE ALSO URL AUTHOR NAME zipinfo list detailed information about a ZIP archive SYNOPSIS zipinfo [-12smlvhMtTz] file[.zip]

manpages/version::Internals.3pm.html
version::Internals(3pm) - Perl extension for Version Objects
Overloaded version objects for all modern versions of Perl. This documents the internal data representation and underlying code for version.pm. See version.pod

manpages/systemd-rfkill.8.html
systemd-rfkill.8 - systemd-rfkill(8) Load and save the RF kill switch state at
systemd-rfkill@.service is a service that restores the RF kill switch state at early boot and saves it at shutdown. On disk, the RF kill switch state is stored

manpages/ttk_notebook.n.html
ttk_notebook(n) Multi-paned container widget (Man Page).....
A ttk::notebook widget manages a collection of windows and displays a single one at a time. Each slave window is associated with a tab, which the user may selec

manpages/gettextize.1.html
gettextize(1) - install or upgrade gettext infrastructure...
Prepares a source package to use gettext. OPTIONS --help print this help and exit --version print version information and exit -f, --force force writing of new

manpages/pam_access.8.html
pam_access(8) - PAM module for logdaemon style login access
The pam_access PAM module is mainly for access management. It provides logdaemon style login access control based on login names, host or domain names, internet

manpages/gnutls_x509_crt_print.3.html
gnutls_x509_crt_print(3) - API function - Linux manual page
This function will pretty print a X.509 certificate, suitable for display to a human. If the format is GNUTLS_CRT_PRINT_FULL then all fields of the certificate

manpages/vfs_default_quota.8.html
vfs_default_quota(8) - store default quota records for Windo
This VFS module is part of the samba(7) suite. Many common quota implementations only store quotas for users and groups, but do not store a default quota. The v

manpages/aio_fsync.3.html
aio_fsync(3) - asynchronous file synchronization (Man Page)
The aio_fsync() function does a sync on all outstanding asynchronous I/O operations associated with aiocbp-&gt;aio_fildes. (See aio(7) for a description of the aio

manpages/mac2unix.1.html
mac2unix(1) - DOS/Mac to Unix and vice versa text file forma
The Dos2unix package includes utilities dos2unix and unix2dos to convert plain text files in DOS or Mac format to Unix format and vice versa. In DOS/Windows tex





We can't live, work or learn in freedom unless the software we use is free.