root/openpgpsdk/trunk/include/openpgpsdk/std_print.h

Revision 447 (checked in by rachel, 6 years ago)

Moved standard packet-print code from packet-dump example into standard
library.
Other small steps towards decryption.

Line 
1 /** \file
2  */
3
4 #ifndef OPS_STD_PRINT_H
5 #define OPS_STD_PRINT_H
6
7 void ops_print_public_key(const ops_key_data_t *key);
8
9 void ops_print_public_key_verbose(const ops_key_data_t *key);
10
11 void ops_print_secret_key(const ops_key_data_t *key);
12 void ops_print_secret_key_verbose(const ops_key_data_t *key);
13
14 int ops_print_packet(const ops_parser_content_t *content_);
15 #endif
16
Note: See TracBrowser for help on using the browser.