diff options
Diffstat (limited to 'doc/functions/gnutls_pkcs12_bag_init')
-rw-r--r-- | doc/functions/gnutls_pkcs12_bag_init | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/doc/functions/gnutls_pkcs12_bag_init b/doc/functions/gnutls_pkcs12_bag_init new file mode 100644 index 0000000..05f7557 --- /dev/null +++ b/doc/functions/gnutls_pkcs12_bag_init @@ -0,0 +1,14 @@ + + + + +@deftypefun {int} {gnutls_pkcs12_bag_init} (gnutls_pkcs12_bag_t * @var{bag}) +@var{bag}: A pointer to the type to be initialized + +This function will initialize a PKCS12 bag structure. PKCS12 Bags +usually contain private keys, lists of X.509 Certificates and X.509 +Certificate revocation lists. + +@strong{Returns:} On success, @code{GNUTLS_E_SUCCESS} (0) is returned, otherwise a +negative error value. +@end deftypefun |