00001 /* 00002 * qca.h - Qt Cryptographic Architecture 00003 * Copyright (C) 2003-2005 Justin Karneges <justin@affinix.com> 00004 * Copyright (C) 2004-2006 Brad Hards <bradh@frogmouth.net> 00005 * 00006 * This library is free software; you can redistribute it and/or 00007 * modify it under the terms of the GNU Lesser General Public 00008 * License as published by the Free Software Foundation; either 00009 * version 2.1 of the License, or (at your option) any later version. 00010 * 00011 * This library is distributed in the hope that it will be useful, 00012 * but WITHOUT ANY WARRANTY; without even the implied warranty of 00013 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU 00014 * Lesser General Public License for more details. 00015 * 00016 * You should have received a copy of the GNU Lesser General Public 00017 * License along with this library; if not, write to the Free Software 00018 * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 00019 * 02110-1301 USA 00020 * 00021 */ 00022 00033 #ifndef QCA_H 00034 #define QCA_H 00035 00036 #include "qca_core.h" 00037 #include "qca_textfilter.h" 00038 #include "qca_basic.h" 00039 #include "qca_publickey.h" 00040 #include "qca_cert.h" 00041 #include "qca_keystore.h" 00042 #include "qca_securelayer.h" 00043 #include "qca_securemessage.h" 00044 #include "qcaprovider.h" 00045 #include "qpipe.h" 00046 00047 #endif