sc_asn1_print_tags

Langue: en

Autres versions - même langue

Version: 02/26/2009 (fedora - 05/07/09)

Section: 3 (Bibliothèques de fonctions)

NAME

sc_asn1_print_tags - Print an ASN.1 stream to stdout

SYNOPSIS

 #include <opensc.h>
 
 void sc_asn1_print_tags(const unsigned char *buf, size_t buflen);
                 
 

DESCRIPTION

This function prints the ASN.1 stream pointed to by buf, which is of size buflen, to stdout. This is useful for debugging.