System::Security::Cryptography::RC2Managed::CreateEncryptor 方法
RC2Managed::CreateEncryptor() method
使用算法对象定义的参数创建加密器对象。
virtual SharedPtr<ICryptoTransform> System::Security::Cryptography::SymmetricAlgorithm::CreateEncryptor()
另见
- Typedef SharedPtr
- Class ICryptoTransform
- Class RC2Managed
- Namespace System::Security::Cryptography
- Library Aspose.Font for C++
RC2Managed::CreateEncryptor(System::ArrayPtr<uint8_t>, System::ArrayPtr<uint8_t>) method
使用显式参数创建加密器对象。
SharedPtr<ICryptoTransform> System::Security::Cryptography::RC2Managed::CreateEncryptor(System::ArrayPtr<uint8_t> rgbKey, System::ArrayPtr<uint8_t> rgbIV) override
| 参数 | 类型 | 描述 |
|---|---|---|
| rgbKey | System::ArrayPtr<uint8_t> | 以字节数组形式的加密密钥。 |
| rgbIV | System::ArrayPtr<uint8_t> | 以字节数组形式的初始值。 |
ReturnValue
新创建的加密器对象。
另见
- Typedef SharedPtr
- Class ICryptoTransform
- Typedef ArrayPtr
- Class RC2Managed
- Namespace System::Security::Cryptography
- Library Aspose.Font for C++