KSSLSigners Class Reference
KDE SSL Signer Database KDE SSL Signer Database. More...
#include <ksslsigners.h>
Collaboration diagram for KSSLSigners:

Public Member Functions | |
KSSLSigners () | |
~KSSLSigners () | |
bool | addCA (KSSLCertificate &cert, bool ssl, bool email, bool code) |
bool | addCA (QString cert, bool ssl, bool email, bool code) |
bool | regenerate () |
bool | useForSSL (KSSLCertificate &cert) |
bool | useForSSL (QString subject) |
bool | useForEmail (KSSLCertificate &cert) |
bool | useForEmail (QString subject) |
bool | useForCode (KSSLCertificate &cert) |
bool | useForCode (QString subject) |
bool | remove (KSSLCertificate &cert) |
bool | remove (QString subject) |
QStringList | list () |
QString | getCert (QString subject) |
bool | setUse (QString subject, bool ssl, bool email, bool code) |
Detailed Description
KDE SSL Signer Database KDE SSL Signer Database.This class is used to manipulate the KDE SSL signer database. It communicates to the KDE SSL daemon via dcop for backend integration.
- Author:
- George Staikos <staikos@kde.org>
- See also:
- KSSL, KSSLCertificate
Definition at line 41 of file ksslsigners.h.
Constructor & Destructor Documentation
|
Construct a KSSLSigner object. Definition at line 32 of file ksslsigners.cc. References DCOPClient::attach(). |
|
Destroy this KSSLSigner object. Definition at line 38 of file ksslsigners.cc. |
Member Function Documentation
|
Add a signer to the database.
References KSSLCertificate::toString(). |
|
Add a signer to the database.
References DCOPClient::call(). |
|
Regenerate the signer-root file from the user's settings.
References DCOPClient::call(). |
|
Determine if a certificate can be used for SSL certificate signing.
References KSSLCertificate::getSubject(). |
|
Determine if a certificate can be used for SSL certificate signing.
References DCOPClient::call(). |
|
Determine if a certificate can be used for S/MIME certificate signing.
References KSSLCertificate::getSubject(). |
|
Determine if a certificate can be used for S/MIME certificate signing.
References DCOPClient::call(). |
|
Determine if a certificate can be used for code certificate signing.
References KSSLCertificate::getSubject(). |
|
Determine if a certificate can be used for code certificate signing.
References DCOPClient::call(). |
|
Remove a certificate signer from the database.
References KSSLCertificate::getSubject(). |
|
Remove a certificate signer from the database.
References DCOPClient::call(). |
|
List the signers in the database.
References DCOPClient::call(). |
|
Get a signer certificate from the database.
References DCOPClient::call(). |
|
Set the use of a particular entry in the certificate signer database.
References DCOPClient::call(). |
The documentation for this class was generated from the following files: