KSslKey Class Reference
#include <ktcpsocket.h>
Public Types | |
| enum | Algorithm { Rsa = 0, Dsa, Dh } |
| enum | KeySecrecy { PublicKey, PrivateKey } |
Public Member Functions | |
| KSslKey () | |
| KSslKey (const KSslKey &other) | |
| KSslKey (const QSslKey &sslKey) | |
| ~KSslKey () | |
| Algorithm | algorithm () const |
| bool | isExportable () const |
| KSslKey & | operator= (const KSslKey &other) |
| KeySecrecy | secrecy () const |
| QByteArray | toDer () const |
Detailed Description
Definition at line 41 of file ktcpsocket.h.
Member Enumeration Documentation
| enum KSslKey::Algorithm |
Definition at line 43 of file ktcpsocket.h.
| enum KSslKey::KeySecrecy |
Definition at line 48 of file ktcpsocket.h.
Constructor & Destructor Documentation
| KSslKey::KSslKey | ( | ) |
Definition at line 851 of file ktcpsocket.cpp.
| KSslKey::KSslKey | ( | const KSslKey & | other | ) |
Definition at line 860 of file ktcpsocket.cpp.
| KSslKey::KSslKey | ( | const QSslKey & | sslKey | ) |
Definition at line 867 of file ktcpsocket.cpp.
| KSslKey::~KSslKey | ( | ) |
Definition at line 877 of file ktcpsocket.cpp.
Member Function Documentation
| KSslKey::Algorithm KSslKey::algorithm | ( | ) | const |
Definition at line 890 of file ktcpsocket.cpp.
| bool KSslKey::isExportable | ( | ) | const |
Definition at line 896 of file ktcpsocket.cpp.
Definition at line 883 of file ktcpsocket.cpp.
| KSslKey::KeySecrecy KSslKey::secrecy | ( | ) | const |
Definition at line 902 of file ktcpsocket.cpp.
| QByteArray KSslKey::toDer | ( | ) | const |
Definition at line 908 of file ktcpsocket.cpp.
The documentation for this class was generated from the following files:
KDE 4.6 API Reference