|
10Duke Enterprise C++ SDK
|
#include <KDFProvider.h>
Provides key derivation functions.
This is a "service locator", which provides access to the configured key derivation functions.
Public Member Functions | |
| KDFProvider (const std::shared_ptr< const ::tenduke::crypto::PBKDF2 > &pbkdf2_key_generator) | |
| Constructs a new instance. | |
| std::shared_ptr< const ::tenduke::crypto::PBKDF2 > | pbkdf2 () const |
| Returns the configured PBKDF2 key generator. | |
|
inlineexplicit |
Constructs a new instance.
| pbkdf2_key_generator | PBKDF2 key generator |
|
inline |