System::Security::Cryptography::RSA::Create 메서드
내용물
[
숨다
]RSA::Create() method
기본 RSA 알고리즘 구현을 생성합니다.
static SharedPtr<RSA> System::Security::Cryptography::RSA::Create()
또 보기
- Typedef SharedPtr
- Class RSA
- Class RSA
- Namespace System::Security::Cryptography
- Library Aspose.Page for C++
RSA::Create(const RSAParameters&) method
지정된 매개변수를 사용하여 기본 RSA 알고리즘 구현을 생성합니다.
static SharedPtr<RSA> System::Security::Cryptography::RSA::Create(const RSAParameters ¶meters)
| 매개변수 | 형식 | 설명 |
|---|---|---|
| parameters | const RSAParameters& | RSA 알고리즘의 매개변수. |
또 보기
- Typedef SharedPtr
- Class RSA
- Class RSA
- Namespace System::Security::Cryptography
- Library Aspose.Page for C++
RSA::Create(const String&) method
기본 RSA 알고리즘 구현을 생성합니다.
static SharedPtr<RSA> System::Security::Cryptography::RSA::Create(const String &alg_name)
| 매개변수 | 형식 | 설명 |
|---|---|---|
| alg_name | const String& | "System.Security.Cryptography.RSACryptoServiceProvider"이어야 합니다. |
또 보기
- Typedef SharedPtr
- Class RSA
- Class String
- Class RSA
- Namespace System::Security::Cryptography
- Library Aspose.Page for C++
RSA::Create(int32_t) method
지정된 키 크기로 기본 RSA 알고리즘 구현을 생성합니다.
static SharedPtr<RSA> System::Security::Cryptography::RSA::Create(int32_t key_size_in_bits)
| 매개변수 | 형식 | 설명 |
|---|---|---|
| key_size_in_bits | int32_t | 키 크기(비트 단위)입니다. |
또 보기
- Typedef SharedPtr
- Class RSA
- Class RSA
- Namespace System::Security::Cryptography
- Library Aspose.Page for C++