10Duke Enterprise C++ SDK
Loading...
Searching...
No Matches
Crypto Class Reference

#include <Crypto.h>

Detailed Description

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::Ciphersciphers () const
 Returns "Ciphers"-service.
virtual const ::tenduke::crypto::PublicKeyFactorypublicKeys () const
 Returns "Public keys"-service.

Constructor & Destructor Documentation

◆ Crypto()

tenduke::crypto::Crypto::Crypto ( const std::shared_ptr<::tenduke::crypto::Ciphers > & ciphersService,
const std::shared_ptr<::tenduke::crypto::PublicKeyFactory > & publicKeyFactory )
inlineexplicit

Constructs a new instance.

Parameters
ciphersServiceCiphers service
publicKeyFactoryPublic keys service

The documentation for this class was generated from the following file: