Linux and UNIX Man Pages

Linux & Unix Commands - Search Man Pages

shishi_asn1_to_der_field(3) [debian man page]

shishi_asn1_to_der_field(3)					      shishi					       shishi_asn1_to_der_field(3)

NAME
shishi_asn1_to_der_field - API function SYNOPSIS
#include <shishi.h> int shishi_asn1_to_der_field(Shishi * handle, Shishi_asn1 node, const char * field, char ** der, size_t * len); ARGUMENTS
Shishi * handle shishi handle as allocated by shishi_init(). Shishi_asn1 node ASN.1 data that have field to extract. const char * field name of field in node to extract. char ** der output array that holds DER encoding of field in node. size_t * len output variable with length of der output array. DESCRIPTION
Extract newly allocated DER representation of specified ASN.1 field. RETURN VALUE
Returns SHISHI_OK if successful, or SHISHI_ASN1_ERROR if DER encoding fails (common reasons for this is that the ASN.1 is missing required values). REPORTING BUGS
Report bugs to <bug-shishi@gnu.org>. COPYRIGHT
Copyright (C) 2002-2010 Simon Josefsson. 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 shishi is maintained as a Texinfo manual. If the info and shishi programs are properly installed at your site, the command info shishi should give you access to the complete manual. shishi 1.0.1 shishi_asn1_to_der_field(3)

Check Out this Related Man Page

shishi_ctime(3) 						      shishi							   shishi_ctime(3)

NAME
shishi_ctime - API function SYNOPSIS
#include <shishi.h> int shishi_ctime(Shishi * handle, Shishi_asn1 node, const char * field, time_t * t); ARGUMENTS
Shishi * handle shishi handle as allocated by shishi_init(). Shishi_asn1 node ASN.1 variable to read field from. const char * field name of field in node to read. time_t * t pointer to time field to set. DESCRIPTION
Extract time from ASN.1 structure. RETURN VALUE
Returns SHISHI_OK if successful, SHISHI_ASN1_NO_ELEMENT if the element do not exist, SHISHI_ASN1_NO_VALUE if the field has no value, ot SHISHI_ASN1_ERROR otherwise. REPORTING BUGS
Report bugs to <bug-shishi@gnu.org>. COPYRIGHT
Copyright (C) 2002-2010 Simon Josefsson. 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 shishi is maintained as a Texinfo manual. If the info and shishi programs are properly installed at your site, the command info shishi should give you access to the complete manual. shishi 1.0.1 shishi_ctime(3)
Man Page

5 More Discussions You Might Find Interesting

1. Shell Programming and Scripting

Extract data into file with specific field specs

:confused: I have a tab delimited file that I need to extract data from and into a file with specific field specs. Each field has to be a certain amount of characters. So, the name field (from delimited file) might have only 15 characters but needs to be 25 (in new file) so I need to insert spaces... (5 Replies)
Discussion started by: criddel
5 Replies

2. UNIX for Advanced & Expert Users

using txr to extract information from output

am using txr command (txr 1097) on a process that generates the following output. Im trying to extract the 13th field from the highlighted string. it is delimited by '?'. The 13th field corresponds to the '0' (in bold). can you let me know how I can extract the 13 th field please? ... (1 Reply)
Discussion started by: pazman
1 Replies

3. Shell Programming and Scripting

Using txr to extract information from output

am using txr command (txr 1097) on a process that generates the following output. Im trying to extract the 13th field from the highlighted string. it is delimited by '?'. The 13th field corresponds to the '0' (in bold). can you let me know how I can extract the 13 th field please? ... (1 Reply)
Discussion started by: pazman
1 Replies

4. Shell Programming and Scripting

ext File

I have a log file that I want to extract the field name and the field value and write them to a text file for importation it a database table for reporting purposes. How can I extract the desired data from this file . Example: dbt_dbid=4 dbt_dbid is the field name 4 is the field value... (4 Replies)
Discussion started by: JolietJake
4 Replies

5. UNIX for Dummies Questions & Answers

Ps output field extract

This is the output from ps -ef cmd . I have to extract the fourth (C) and the seventh (TIME) field root 3932344 3801216 Apr 08 - 0:00 /usr/sbin/rsct/bin/ERrmd root 3997836 1 0 Apr 08 - 0:00 /usr/sbin/uprintfd root 4128894 3801216 0 Apr 08 - 0:09... (3 Replies)
Discussion started by: Anu_1
3 Replies