4
0
mirror of https://github.com/QuasarApp/qca.git synced 2025-05-13 11:09:34 +00:00

Still more examples - this time for Certificate handling and

for SSL

svn path=/trunk/kdesupport/qca/; revision=408238
This commit is contained in:
Brad Hards 2005-04-27 20:34:26 +00:00
parent 6e165868ce
commit 0305766c32

@ -46,3 +46,16 @@ to a file, using PEM encoding.
*/
/** \example ssltest.cpp
The code below shows how to create an SSL client
*/
/** \example certtest.cpp
This example shows how QCA::Certificate and QCA::CertificateCollection
can be used. Note that the argument, if you provide it, must be a
PEM encoded file collection.
*/