mirror of
https://github.com/tomahawk-player/tomahawk.git
synced 2025-08-16 11:04:01 +02:00
Import qt-certificate-addon
This commit is contained in:
21
thirdparty/qt-certificate-addon/doc/src/index.qdoc
vendored
Normal file
21
thirdparty/qt-certificate-addon/doc/src/index.qdoc
vendored
Normal file
@@ -0,0 +1,21 @@
|
||||
// -*- c++ -*-
|
||||
|
||||
/*!
|
||||
\module Certificate
|
||||
\title Addon Certificate Reference Documentation
|
||||
\page index.html
|
||||
|
||||
\brief The Certificate module provides facilities for creating X.509
|
||||
certificates.
|
||||
|
||||
This is the start of some work to create a nice Qt-style API for creating SSL
|
||||
certificates. Unlike the QSsl classes in the QtNetwork module, it uses the
|
||||
gnutls library, but it automatically converts between the two, for example a
|
||||
created certificate is returned as a QSslCertificate.
|
||||
|
||||
Richard J. Moore, rich@kde.org
|
||||
|
||||
\section1 C++ Classes
|
||||
|
||||
\generatelist annotatedclasses
|
||||
*/
|
Reference in New Issue
Block a user