KIO
ksslsigners.cpp
Go to the documentation of this file.
QString getSubject() const
Get the subject of the certificate (X.509 map).
Definition: ksslcertificate.cpp:167
bool regenerate()
Regenerate the signer-root file from the user's settings.
Definition: ksslsigners.cpp:55
bool useForSSL(KSSLCertificate &cert) const
Determine if a certificate can be used for SSL certificate signing.
Definition: ksslsigners.cpp:61
bool useForEmail(KSSLCertificate &cert) const
Determine if a certificate can be used for S/MIME certificate signing.
Definition: ksslsigners.cpp:72
bool setUse(const QString &subject, bool ssl, bool email, bool code)
Set the use of a particular entry in the certificate signer database.
Definition: ksslsigners.cpp:117
bool addCA(KSSLCertificate &cert, bool ssl, bool email, bool code) const
Add a signer to the database.
Definition: ksslsigners.cpp:38
bool useForCode(KSSLCertificate &cert) const
Determine if a certificate can be used for code certificate signing.
Definition: ksslsigners.cpp:83
QString getCert(const QString &subject)
Get a signer certificate from the database.
Definition: ksslsigners.cpp:111
bool remove(KSSLCertificate &cert)
Remove a certificate signer from the database.
Definition: ksslsigners.cpp:94
This file is part of the KDE documentation.
Documentation copyright © 1996-2014 The KDE developers.
Generated on Tue Oct 14 2014 22:50:03 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2014 The KDE developers.
Generated on Tue Oct 14 2014 22:50:03 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.