#include <QtCrypto>
Inheritance diagram for QCA::SymmetricKey:


Public Member Functions | |
| SymmetricKey () | |
| SymmetricKey (int size) | |
| SymmetricKey (const SecureArray &a) | |
| SymmetricKey (const QByteArray &a) | |
| bool | isWeakDESKey () |
|
|
Construct an empty (zero length) key.
|
|
|
Construct an key of specified size, with random contents. This is intended to be used as a random session key.
|
|
|
Construct a key from a provided byte array.
|
|
|
Construct a key from a provided byte array.
|
|
|
Test for weak DES keys.
|
1.4.6