00001 /* 00002 * Copyright (c) 2005-2008 Nominet UK (www.nic.uk) 00003 * All rights reserved. 00004 * Contributors: Ben Laurie, Rachel Willmer. The Contributors have asserted 00005 * their moral rights under the UK Copyright Design and Patents Act 1988 to 00006 * be recorded as the authors of this copyright work. 00007 * 00008 * Licensed under the Apache License, Version 2.0 (the "License"); you may not 00009 * use this file except in compliance with the License. 00010 * 00011 * You may obtain a copy of the License at 00012 * http://www.apache.org/licenses/LICENSE-2.0 00013 * 00014 * Unless required by applicable law or agreed to in writing, software 00015 * distributed under the License is distributed on an "AS IS" BASIS, 00016 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. 00017 * 00018 * See the License for the specific language governing permissions and 00019 * limitations under the License. 00020 */ 00021 00022 #include <openpgpsdk/armour.h> 00023 00024 ops_boolean_t ops_writer_push_clearsigned(ops_create_info_t *info, 00025 ops_create_signature_t *sig); 00026 void ops_writer_push_armoured_message(ops_create_info_t *info); 00027 ops_boolean_t ops_writer_switch_to_armoured_signature(ops_create_info_t *info); 00028 00029 void ops_writer_push_armoured(ops_create_info_t *info, ops_armor_type_t type); 00030 00031 // EOF
1.4.6