Sha256: 98d3b353fa0118cd40acc397630d6e0d157d50e5e7497bbde9596b6cb7362204
Contents?: true
Size: 1.67 KB
Versions: 5
Compression:
Stored size: 1.67 KB
Contents
.\" DO NOT MODIFY THIS FILE! It was generated by gdoc. .TH "asn1_expand_octet_string" 3 "1.5" "libtasn1" "libtasn1" .SH NAME asn1_expand_octet_string \- Expand "OCTET STRING" fields in structure. .SH SYNOPSIS .B #include <libtasn1.h> .sp .BI "asn1_retCode asn1_expand_octet_string(ASN1_TYPE " definitions ", ASN1_TYPE * " element ", const char * " octetName ", const char * " objectName ");" .SH ARGUMENTS .IP "ASN1_TYPE definitions" 12 ASN1 definitions .IP "ASN1_TYPE * element" 12 pointer to an ASN1 structure .IP "const char * octetName" 12 name of the OCTECT STRING field to expand. .IP "const char * objectName" 12 name of the OBJECT IDENTIFIER field to use to define the type for expansion. .SH "DESCRIPTION" Expands an "OCTET STRING" element of a structure created from a DER decoding process (asn1_der_decoding function). The type used for expansion is the first one following the definition of the actual value of the OBJECT IDENTIFIER indicated by OBJECTNAME. .SH "RETURNS" .SH "ASN1_SUCCESS" Substitution OK. .SH "ASN1_ELEMENT_NOT_FOUND" OBJECTNAME or OCTETNAME are not correct. .SH "ASN1_VALUE_NOT_VALID" Wasn't possible to find the type to use for expansion. other errors: result of der decoding process. .SH COPYRIGHT Copyright \(co 2006, 2007, 2008 Free Software Foundation, Inc.. .br Permission is granted to make and distribute verbatim copies of this manual provided the copyright notice and this permission notice are preserved on all copies. .SH "SEE ALSO" The full documentation for .B libtasn1 is maintained as a Texinfo manual. If the .B info and .B libtasn1 programs are properly installed at your site, the command .IP .B info libtasn1 .PP should give you access to the complete manual.
Version data entries
5 entries across 5 versions & 1 rubygems