System::Security::Cryptography::TripleDESManaged::CreateEncryptor method
TripleDESManaged::CreateEncryptor() method
Creates encryptor object with parameters defined by algorithm object.
virtual SharedPtr<ICryptoTransform> System::Security::Cryptography::SymmetricAlgorithm::CreateEncryptor()
See Also
- Typedef SharedPtr
- Class ICryptoTransform
- Class TripleDESManaged
- Namespace System::Security::Cryptography
- Library Aspose.TeX for C++
TripleDESManaged::CreateEncryptor(System::ArrayPtr<uint8_t>, System::ArrayPtr<uint8_t>) method
Creates encryptor object with explicit parameters.
SharedPtr<ICryptoTransform> System::Security::Cryptography::TripleDESManaged::CreateEncryptor(System::ArrayPtr<uint8_t> rgbKey, System::ArrayPtr<uint8_t> rgbIV) override
Parameter | Type | Description |
---|---|---|
rgbKey | System::ArrayPtr<uint8_t> | Encryption key in byte array form. |
rgbIV | System::ArrayPtr<uint8_t> | Initial value in byte array form. |
ReturnValue
Newly created encryptor object.
See Also
- Typedef SharedPtr
- Class ICryptoTransform
- Typedef ArrayPtr
- Class TripleDESManaged
- Namespace System::Security::Cryptography
- Library Aspose.TeX for C++