File indexing completed on 2024-04-28 04:43:40

0001 /*
0002  * qca.h - Qt Cryptographic Architecture
0003  * Copyright (C) 2003-2005  Justin Karneges <justin@affinix.com>
0004  * Copyright (C) 2004-2006  Brad Hards <bradh@frogmouth.net>
0005  *
0006  * This library is free software; you can redistribute it and/or
0007  * modify it under the terms of the GNU Lesser General Public
0008  * License as published by the Free Software Foundation; either
0009  * version 2.1 of the License, or (at your option) any later version.
0010  *
0011  * This library is distributed in the hope that it will be useful,
0012  * but WITHOUT ANY WARRANTY; without even the implied warranty of
0013  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
0014  * Lesser General Public License for more details.
0015  *
0016  * You should have received a copy of the GNU Lesser General Public
0017  * License along with this library; if not, write to the Free Software
0018  * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA
0019  * 02110-1301  USA
0020  *
0021  */
0022 
0023 /**
0024    \file qca.h
0025 
0026    Summary header file for %QCA.
0027 
0028    \note You should not use this header directly from an
0029    application. You should just use <tt> \#include \<QtCrypto>
0030    </tt> instead.
0031 */
0032 
0033 #ifndef QCA_H
0034 #define QCA_H
0035 
0036 #include "qca_basic.h"
0037 #include "qca_cert.h"
0038 #include "qca_core.h"
0039 #include "qca_keystore.h"
0040 #include "qca_publickey.h"
0041 #include "qca_safetimer.h"
0042 #include "qca_securelayer.h"
0043 #include "qca_securemessage.h"
0044 #include "qca_textfilter.h"
0045 #include "qcaprovider.h"
0046 #include "qpipe.h"
0047 
0048 #endif