KDECore
KSslKey Class Reference
#include <ktcpsocket.h>
Detailed Description
Definition at line 41 of file ktcpsocket.h.
Public Types | |
enum | Algorithm { Rsa = 0, Dsa, Dh } |
enum | KeySecrecy { PublicKey, PrivateKey } |
Public Member Functions | |
Algorithm | algorithm () const |
bool | isExportable () const |
KSslKey (const QSslKey &sslKey) | |
KSslKey (const KSslKey &other) | |
KSslKey () | |
KSslKey & | operator= (const KSslKey &other) |
KeySecrecy | secrecy () const |
QByteArray | toDer () const |
~KSslKey () |
Member Enumeration Documentation
enum KSslKey::Algorithm |
enum KSslKey::KeySecrecy |
Constructor & Destructor Documentation
KSslKey::KSslKey | ( | ) |
Definition at line 791 of file ktcpsocket.cpp.
KSslKey::KSslKey | ( | const KSslKey & | other | ) |
Definition at line 800 of file ktcpsocket.cpp.
KSslKey::KSslKey | ( | const QSslKey & | sslKey | ) |
Definition at line 807 of file ktcpsocket.cpp.
KSslKey::~KSslKey | ( | ) |
Definition at line 817 of file ktcpsocket.cpp.
Member Function Documentation
KSslKey::Algorithm KSslKey::algorithm | ( | ) | const |
Definition at line 830 of file ktcpsocket.cpp.
bool KSslKey::isExportable | ( | ) | const |
Definition at line 836 of file ktcpsocket.cpp.
Definition at line 823 of file ktcpsocket.cpp.
KSslKey::KeySecrecy KSslKey::secrecy | ( | ) | const |
Definition at line 842 of file ktcpsocket.cpp.
QByteArray KSslKey::toDer | ( | ) | const |
Definition at line 848 of file ktcpsocket.cpp.
The documentation for this class was generated from the following files: