root/openpgpsdk/trunk/include/openpgpsdk/armour.h

Revision 534 (checked in by rachel, 5 years ago)

Added new high-level function: ops_encrypt_file.
Other minor changes

Line 
1 #include "packet-parse.h"
2 #include "signature.h"
3
4 void ops_reader_push_dearmour(ops_parse_info_t *parse_info,
5                               ops_boolean_t without_gap,
6                               ops_boolean_t no_gap,
7                               ops_boolean_t trailing_whitespace);
8
9 void ops_reader_pop_dearmour(ops_parse_info_t *parse_info);
10 void ops_writer_push_clearsigned(ops_create_info_t *info,
11                                   ops_create_signature_t *sig);
12 void ops_writer_push_armoured_message(ops_create_info_t *info);
13 void ops_writer_switch_to_armoured_signature(ops_create_info_t *info);
Note: See TracBrowser for help on using the browser.