Addon Certificate Reference Documentation

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

C++ Classes

CertificateBuilder

Tool for creating X.509 certificates

CertificateRequest

Convenient interface for an X.509 certificate signing request

CertificateRequestBuilder

Tool for creating certificate signing requests

KeyBuilder

Tool for creating QSslKeys

RandomGenerator

Tool for creating hard random numbers