|
|
~KSSLCertificate ()
| ~KSSLCertificate |
KSSLCertificate * fromString (QCString cert)
| fromString |
[static]
KSSLCertificate * fromX509 (X509 *x5)
| fromX509 |
[static]
enum KSSLValidation { Unknown, Ok, NoCARoot, InvalidPurpose, PathLengthExceeded, InvalidCA, Expired, SelfSigned, ErrorReadingRoot, NoSSL, Revoked, Untrusted, SignatureFailed, Rejected, PrivateKeyFailed } | KSSLValidation |
QString toString ()
| toString |
QString getSubject ()
| getSubject |
[const]
QString getIssuer ()
| getIssuer |
[const]
QString getNotBefore ()
| getNotBefore |
[const]
QString getNotAfter ()
| getNotAfter |
[const]
QDateTime getQDTNotBefore ()
| getQDTNotBefore |
[const]
QDateTime getQDTNotAfter ()
| getQDTNotAfter |
[const]
QByteArray toDer ()
| toDer |
QByteArray toPem ()
| toPem |
QByteArray toNetscape ()
| toNetscape |
QString toText ()
| toText |
QString getSerialNumber ()
| getSerialNumber |
[const]
QString getKeyType ()
| getKeyType |
[const]
QString getPublicKeyText ()
| getPublicKeyText |
[const]
QString getMD5DigestText ()
| getMD5DigestText |
[const]
QString getSignatureText ()
| getSignatureText |
[const]
bool isValid ()
| isValid |
KSSLValidation validate ()
| validate |
KSSLValidation revalidate ()
| revalidate |
KSSLCertChain& chain ()
| chain |
QString verifyText (KSSLValidation x)
| verifyText |
[static]
KSSLCertificate * replicate ()
| replicate |
KSSLCertificate (const KSSLCertificate& x)
| KSSLCertificate |
friend int operator== (KSSLCertificate &x, KSSLCertificate &y)
| operator== |
inline friend int operator!= (KSSLCertificate &x, KSSLCertificate &y)
| operator!= |
bool setCert (QString& cert)
| setCert |
KSSLX509V3& x509V3Extensions ()
| x509V3Extensions |
bool isSigner ()
| isSigner |
KSSLCertificate ()
| KSSLCertificate |
[protected]
void setCert (X509 *c)
| setCert |
[protected]
void setChain (void *c)
| setChain |
[protected]
X509 * getCert ()
| getCert |
[protected]
KSSLValidation processError (int ec)
| processError |
[protected]
Generated by: hany on w1.md.megaloman.sk on Tue Aug 12 21:21:49 2003, using kdoc 2.0a54. |