KDECore
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
§ Algorithm
enum KSslKey::Algorithm |
Enumerator | |
---|---|
Rsa | |
Dsa | |
Dh |
Definition at line 43 of file ktcpsocket.h.
§ KeySecrecy
enum KSslKey::KeySecrecy |
Enumerator | |
---|---|
PublicKey | |
PrivateKey |
Definition at line 48 of file ktcpsocket.h.
Constructor & Destructor Documentation
§ KSslKey() [1/3]
KSslKey::KSslKey | ( | ) |
Definition at line 903 of file ktcpsocket.cpp.
§ KSslKey() [2/3]
KSslKey::KSslKey | ( | const KSslKey & | other | ) |
Definition at line 912 of file ktcpsocket.cpp.
§ KSslKey() [3/3]
KSslKey::KSslKey | ( | const QSslKey & | sslKey | ) |
Definition at line 919 of file ktcpsocket.cpp.
§ ~KSslKey()
KSslKey::~KSslKey | ( | ) |
Definition at line 929 of file ktcpsocket.cpp.
Member Function Documentation
§ algorithm()
KSslKey::Algorithm KSslKey::algorithm | ( | ) | const |
Definition at line 942 of file ktcpsocket.cpp.
§ isExportable()
bool KSslKey::isExportable | ( | ) | const |
Definition at line 948 of file ktcpsocket.cpp.
§ operator=()
Definition at line 935 of file ktcpsocket.cpp.
§ secrecy()
KSslKey::KeySecrecy KSslKey::secrecy | ( | ) | const |
Definition at line 954 of file ktcpsocket.cpp.
§ toDer()
QByteArray KSslKey::toDer | ( | ) | const |
Definition at line 960 of file ktcpsocket.cpp.
The documentation for this class was generated from the following files:
This file is part of the KDE documentation.
Documentation copyright © 1996-2016 The KDE developers.
Generated on Thu Oct 20 2016 07:15:23 by doxygen 1.8.12 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2016 The KDE developers.
Generated on Thu Oct 20 2016 07:15:23 by doxygen 1.8.12 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.