org.kde.koala
public class KSSLCertificateCache extends Object implements QtSupport
Field Summary | |
---|---|
static int | Accept |
static int | Ambiguous |
static int | Prompt |
static int | Reject |
static int | Unknown |
Constructor Summary | |
---|---|
protected | KSSLCertificateCache(Class dummy) |
KSSLCertificateCache() |
Method Summary | |
---|---|
void | addCertificate(KSSLCertificate cert, int policy, boolean permanent) |
void | addCertificate(KSSLCertificate cert, int policy) |
boolean | addHost(KSSLCertificate cert, StringBuffer host) |
void | dispose() Delete the wrapped C++ instance ahead of finalize() |
protected void | finalize() Deletes the wrapped C++ instance |
KSSLCertificate | getCertByMD5Digest(String key) |
ArrayList | getHostList(KSSLCertificate cert) |
ArrayList | getKDEKeyByEmail(String email) |
int | getPolicyByCertificate(KSSLCertificate cert) |
int | getPolicyByCN(StringBuffer cn) |
boolean | isDisposed() Has the wrapped C++ instance been deleted? |
boolean | isPermanent(KSSLCertificate cert) |
boolean | modifyByCertificate(KSSLCertificate cert, int policy, boolean permanent, Calendar expires) |
boolean | modifyByCN(StringBuffer cn, int policy, boolean permanent, Calendar expires) |
void | reload() |
boolean | removeByCertificate(KSSLCertificate cert) |
boolean | removeByCN(StringBuffer cn) |
boolean | removeHost(KSSLCertificate cert, StringBuffer host) |
void | saveToDisk() |
boolean | seenCertificate(KSSLCertificate cert) |
boolean | seenCN(StringBuffer cn) |