|
10Duke Enterprise C++ SDK
|
#include <Crypto.h>
Cryptographic services.
This is a "service locator" for cryptographic services.
Public Member Functions | |
| Crypto (const std::shared_ptr<::tenduke::crypto::Ciphers > &ciphersService, const std::shared_ptr<::tenduke::crypto::PublicKeyFactory > &publicKeyFactory) | |
| Constructs a new instance. | |
| virtual std::shared_ptr< const ::tenduke::crypto::Ciphers > | ciphers () const |
| Returns "Ciphers"-service. | |
| virtual const ::tenduke::crypto::PublicKeyFactory & | publicKeys () const |
| Returns "Public keys"-service. | |
|
inlineexplicit |
Constructs a new instance.
| ciphersService | Ciphers service |
| publicKeyFactory | Public keys service |