System::Security::Cryptography::RC2Managed::CreateDecryptor 메서드
RC2Managed::CreateDecryptor() method
알고리즘 객체가 정의한 매개변수를 사용하여 복호화 객체를 생성합니다.
virtual SharedPtr<ICryptoTransform> System::Security::Cryptography::SymmetricAlgorithm::CreateDecryptor()
또 보기
- Typedef SharedPtr
- Class ICryptoTransform
- Class RC2Managed
- Namespace System::Security::Cryptography
- Library Aspose.Page for C++
RC2Managed::CreateDecryptor(System::ArrayPtr<uint8_t>, System::ArrayPtr<uint8_t>) method
명시적인 매개변수를 사용하여 복호화 객체를 생성합니다.
SharedPtr<ICryptoTransform> System::Security::Cryptography::RC2Managed::CreateDecryptor(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.Page for C++