22 #ifndef _INCLUDE_KSSLSIGNERS_H
23 #define _INCLUDE_KSSLSIGNERS_H
28 #include <tqstringlist.h>
30 #include <tdelibs_export.h>
75 bool addCA(TQString cert,
bool ssl,
bool email,
bool code);
95 bool useForSSL(TQString subject);
109 bool useForEmail(TQString subject);
123 bool useForCode(TQString subject);
137 bool remove(TQString subject);
152 TQString getCert(TQString subject);
162 bool setUse(TQString subject,
bool ssl,
bool email,
bool code);
165 class KSSLSignersPrivate;
166 KSSLSignersPrivate *d;