Linux and UNIX Man Pages

Linux & Unix Commands - Search Man Pages

gnutls_pkcs12_bag_get_data(3) [suse man page]

gnutls_pkcs12_bag_get_data(3)					      gnutls					     gnutls_pkcs12_bag_get_data(3)

NAME
gnutls_pkcs12_bag_get_data - This function returns the bag's data SYNOPSIS
#include <gnutls/pkcs12.h> int gnutls_pkcs12_bag_get_data(gnutls_pkcs12_bag_t bag, int indx, gnutls_datum_t * data); ARGUMENTS
gnutls_pkcs12_bag_t bag The bag int indx The element of the bag to get the data from gnutls_datum_t * data where the bag's data will be. Should be treated as constant. DESCRIPTION
This function will return the bag's data. The data is a constant that is stored into the bag. Should not be accessed after the bag is deleted. RETURNS
On success, GNUTLS_E_SUCCESS is returned, otherwise a negative error value.and a negative error code on error. 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 (C) 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. gnutls 2.8.6 gnutls_pkcs12_bag_get_data(3)

Check Out this Related Man Page

gnutls_pkcs12_bag_get_key_id(3) 				      gnutls					   gnutls_pkcs12_bag_get_key_id(3)

NAME
gnutls_pkcs12_bag_get_key_id - This function gets the key ID from the bag element SYNOPSIS
#include <gnutls/pkcs12.h> int gnutls_pkcs12_bag_get_key_id(gnutls_pkcs12_bag_t bag, int indx, gnutls_datum_t * id); ARGUMENTS
gnutls_pkcs12_bag_t bag The bag int indx The bag's element to add the id gnutls_datum_t * id where the ID will be copied (to be treated as const) DESCRIPTION
This function will return the key ID, of the specified bag element. The key ID is usually used to distinguish the local private key and the certificate pair. RETURNS
On success, GNUTLS_E_SUCCESS is returned, otherwise a negative error value. or a negative value on error. 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 (C) 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. gnutls 2.8.6 gnutls_pkcs12_bag_get_key_id(3)
Man Page

4 More Discussions You Might Find Interesting

1. UNIX for Dummies Questions & Answers

directory checksum error

Display warnning:directory checksum error in the end of Decompress the bag (0 Replies)
Discussion started by: renrongwen
0 Replies

2. Debian

Laptop waking up in bag: go back to sleep script

I have a Debian-derived distro (Kubuntu 8.04) running on a Dell Inspiron laptop. This laptop often wakes from RAM suspension while in my bag. I would like to run a script, upon RAM suspension wake, that would detect if the lid switch is closed. If so, then the script should put the machine back in... (0 Replies)
Discussion started by: dotancohen
0 Replies

3. Shell Programming and Scripting

trashbag

i want to make a script in which i have to create a trash bag where i can remove files , but the condition is when i put option -a then it will prompt to the user that you are about to delete a file name hello press yes to do it and no to cancel (1 Reply)
Discussion started by: singh is king
1 Replies

4. UNIX for Advanced & Expert Users

How to sum a column 2 and column 3

Hi, Im looking for a script which will calculate the unique strings column 2 & 3 values in a log as mentioned in example eg:- bag 12 12 bag 18 15 bags 15 13 bags 15 14 blazer 24 24 blazer 33 32 boots 19 15 Result should be:- bag 30 27 bags 30 27... (32 Replies)
Discussion started by: Paulwintech
32 Replies