System::Security::Cryptography::RSA::Create-methode
inhoud
[
verbergen
]RSA::Create() method
Maakt de standaard RSA algoritme-implementatie.
static SharedPtr<RSA> System::Security::Cryptography::RSA::Create()
Zie ook
- Typedef SharedPtr
- Class RSA
- Class RSA
- Namespace System::Security::Cryptography
- Library Aspose.Page for C++
RSA::Create(const RSAParameters&) method
Maakt de standaard RSA algoritme-implementatie met gespecificeerde parameters.
static SharedPtr<RSA> System::Security::Cryptography::RSA::Create(const RSAParameters ¶meters)
| Parameter | Type | Beschrijving |
|---|---|---|
| parameters | const RSAParameters& | De parameters voor het RSA algoritme. |
Zie ook
- Typedef SharedPtr
- Class RSA
- Class RSA
- Namespace System::Security::Cryptography
- Library Aspose.Page for C++
RSA::Create(const String&) method
Maakt een standaard RSA algoritme-implementatie.
static SharedPtr<RSA> System::Security::Cryptography::RSA::Create(const String &alg_name)
| Parameter | Type | Beschrijving |
|---|---|---|
| alg_name | const String& | Moet "System.Security.Cryptography.RSACryptoServiceProvider" zijn. |
Zie ook
- Typedef SharedPtr
- Class RSA
- Class String
- Class RSA
- Namespace System::Security::Cryptography
- Library Aspose.Page for C++
RSA::Create(int32_t) method
Maakt een standaard RSA algoritme-implementatie met gespecificeerde sleutelgrootte.
static SharedPtr<RSA> System::Security::Cryptography::RSA::Create(int32_t key_size_in_bits)
| Parameter | Type | Beschrijving |
|---|---|---|
| key_size_in_bits | int32_t | De sleutelgrootte, in bits. |
Zie ook
- Typedef SharedPtr
- Class RSA
- Class RSA
- Namespace System::Security::Cryptography
- Library Aspose.Page for C++