1asn1_find_structure_from_oid(3)    libtasn1    asn1_find_structure_from_oid(3)
2
3
4

NAME

6       asn1_find_structure_from_oid  -  Locate structure defined by a specific
7       OID.
8

SYNOPSIS

10       #include <libtasn1.h>
11
12       const char * asn1_find_structure_from_oid(ASN1_TYPE definitions,  const
13       char * oidValue);
14

ARGUMENTS

16       ASN1_TYPE definitions
17                   ASN1 definitions
18
19       const char * oidValue
20                   value of the OID to search (e.g. "1.2.3.4").
21

DESCRIPTION

23       Search the structure that is defined just after an OID definition.
24

RETURNS

26       NULL  when  OIDVALUE  not  found,  otherwise  the pointer to a constant
27       string that contains the element name defined just after the OID.
28
30       Copyright © 2006 Free Software Foundation, Inc..
31       Permission is granted to make and distribute verbatim  copies  of  this
32       manual  provided  the  copyright  notice and this permission notice are
33       preserved on all copies.
34

SEE ALSO

36       The full documentation for libtasn1 is maintained as a Texinfo  manual.
37       If  the info and libtasn1 programs are properly installed at your site,
38       the command
39
40              info libtasn1
41
42       should give you access to the complete manual.
43
44
45
46libtasn1                             0.3.9     asn1_find_structure_from_oid(3)
Impressum