sc_asn1_entry

Langue: en

Version: 09/10/2007 (ubuntu - 08/07/09)

Section: 3 (Bibliothèques de fonctions)

NAME

sc_asn1_entry - OpenSC ASN1 entry structure

SYNOPSIS

 #include <opensc.h>
 
 struct sc_asn1_entry {
         const char *name;
         unsigned int type;
         unsigned int tag;
         unsigned int flags;
         void *parm;
         void *arg;
 };
                         
 

DESCRIPTION

This structure describes an ASN1 entry structure. It contains the following members:

name

type

tag

flags

parm

arg