System::Security::Cryptography::RSA::Create‑metod
Innehåll
[
Dölj
]RSA::Create() method
Skapar standard RSA algoritmimplementation.
static SharedPtr<RSA> System::Security::Cryptography::RSA::Create()
Se även
- Typedef SharedPtr
- Class RSA
- Class RSA
- Namespace System::Security::Cryptography
- Library Aspose.Page for C++
RSA::Create(const RSAParameters&) method
Skapar standard RSA algoritmimplementation med specificerade parametrar.
static SharedPtr<RSA> System::Security::Cryptography::RSA::Create(const RSAParameters ¶meters)
| Parameter | Type | Beskrivning |
|---|---|---|
| parameters | const RSAParameters& | Parametrarna för RSA‑algoritmen. |
Se även
- Typedef SharedPtr
- Class RSA
- Class RSA
- Namespace System::Security::Cryptography
- Library Aspose.Page for C++
RSA::Create(const String&) method
Skapar standard RSA algoritmimplementation.
static SharedPtr<RSA> System::Security::Cryptography::RSA::Create(const String &alg_name)
| Parameter | Type | Beskrivning |
|---|---|---|
| alg_name | const String& | Måste vara “System.Security.Cryptography.RSACryptoServiceProvider”. |
Se även
- Typedef SharedPtr
- Class RSA
- Class String
- Class RSA
- Namespace System::Security::Cryptography
- Library Aspose.Page for C++
RSA::Create(int32_t) method
Skapar standard RSA algoritmimplementation med specificerad nyckelstorlek.
static SharedPtr<RSA> System::Security::Cryptography::RSA::Create(int32_t key_size_in_bits)
| Parameter | Type | Beskrivning |
|---|---|---|
| key_size_in_bits | int32_t | Nyckelstorleken, i bitar. |
Se även
- Typedef SharedPtr
- Class RSA
- Class RSA
- Namespace System::Security::Cryptography
- Library Aspose.Page for C++