2#ifndef _aspose_security_cryptography_triple_des_managed_h_
3#define _aspose_security_cryptography_triple_des_managed_h_
5#include <security/cryptography/triple_des.h>
9namespace System {
namespace Security {
namespace Cryptography {
41 void check_implemented();
43 std::string calc_algo_spec();
virtual SharedPtr< ICryptoTransform > CreateDecryptor()
Creates decryptor with parameters associated with algorithm object.
virtual SharedPtr< ICryptoTransform > CreateEncryptor()
Creates encryptor with parameters associated with algorithm object.
Triple Data Encryption Standard algorithm base class. Objects of this class should only be allocated ...
Definition: triple_des.h:14
Managed TripleDES implementation. Only supports ECB and CFB modes with None padding and CBC mode with...
Definition: triple_des_managed.h:17
void GenerateKey() override
Creates random key and stores it in algorithm's internals.
SharedPtr< ICryptoTransform > CreateEncryptor(System::ArrayPtr< uint8_t > rgbKey, System::ArrayPtr< uint8_t > rgbIV) override
Creates encryptor object with explicit parameters.
void GenerateIV() override
Creates random initial value and stores it in algorithm's internals.
SharedPtr< ICryptoTransform > CreateDecryptor(System::ArrayPtr< uint8_t > rgbKey, System::ArrayPtr< uint8_t > rgbIV) override
Creates decryptor object with explicit parameters.
Pointer class to wrap types being allocated on heap. Use it to manage memory for classes inheriting O...
Definition: smart_ptr.h:180
Definition: db_command.h:9