#include <QtCrypto>
HKDF provider
- Note
- This class is part of the provider plugin interface and should not be used directly by applications. You probably want HKDF instead.
◆ HKDFContext()
| QCA::HKDFContext::HKDFContext |
( |
Provider * |
p, |
|
|
const QString & |
type |
|
) |
| |
|
inline |
Standard constructor.
- Parameters
-
| p | the provider associated with this context |
| type | the name of the HKDF provided by this context (including algorithm) |
◆ makeKey()
Create a key and return it.
- Parameters
-
| secret | the secret part (typically password) |
| salt | the salt / initialization vector |
| info | the info / initialization vector |
| keyLength | the length of the key to be produced |
The documentation for this class was generated from the following file: