System::Security::Cryptography::SymmetricAlgorithm::CreateDecryptor メソッド
SymmetricAlgorithm::CreateDecryptor() method
アルゴリズムオブジェクトに関連付けられたパラメータで復号器を作成します。
virtual SharedPtr<ICryptoTransform> System::Security::Cryptography::SymmetricAlgorithm::CreateDecryptor()
ReturnValue
新しく作成された復号化オブジェクト。
参照
- Typedef SharedPtr
- Class ICryptoTransform
- Class SymmetricAlgorithm
- Namespace System::Security::Cryptography
- Library Aspose.Page for C++
SymmetricAlgorithm::CreateDecryptor(System::ArrayPtr<uint8_t>, System::ArrayPtr<uint8_t>) method
明示的なパラメータで復号器を作成します。
virtual SharedPtr<ICryptoTransform> System::Security::Cryptography::SymmetricAlgorithm::CreateDecryptor(System::ArrayPtr<uint8_t> rgbKey, System::ArrayPtr<uint8_t> rgbIV)=0
| パラメーター | 型 | 説明 |
|---|---|---|
| rgbKey | System::ArrayPtr<uint8_t> | 使用するキー。 |
| rgbIV | System::ArrayPtr<uint8_t> | 使用する初期ベクトル。 |
ReturnValue
新しく作成された復号化オブジェクト。
参照
- Typedef SharedPtr
- Class ICryptoTransform
- Typedef ArrayPtr
- Class SymmetricAlgorithm
- Namespace System::Security::Cryptography
- Library Aspose.Page for C++