1SC_ASN1_PRINT_TAGS(3)        OpenSC API reference        SC_ASN1_PRINT_TAGS(3)
2
3
4

NAME

6       sc_asn1_print_tags - Print an ASN.1 stream to stdout
7

SYNOPSIS

9          #include <opensc.h>
10
11          void sc_asn1_print_tags(const unsigned char *buf, size_t buflen);
12
13
14

DESCRIPTION

16       This function prints the ASN.1 stream pointed to by buf, which is of
17       size buflen, to stdout. This is useful for debugging.
18
19
20
21opensc                            05/04/2007             SC_ASN1_PRINT_TAGS(3)
Impressum