System::Security::Cryptography::RSA::Create method
Contents
[
Hide
]RSA::Create() method
Creates default RSA aglorithm implementation.
static SharedPtr<RSA> System::Security::Cryptography::RSA::Create()
See Also
- Typedef SharedPtr
- Class RSA
- Class RSA
- Namespace System::Security::Cryptography
- Library Aspose.PUB for C++
RSA::Create(const String&) method
Creates default RSA algorithm implementation.
static SharedPtr<RSA> System::Security::Cryptography::RSA::Create(const String &alg_name)
Parameter | Type | Description |
---|---|---|
alg_name | const String& | Must be “System.Security.Cryptography.RSACryptoServiceProvider”. |
See Also
- Typedef SharedPtr
- Class RSA
- Class String
- Class RSA
- Namespace System::Security::Cryptography
- Library Aspose.PUB for C++
RSA::Create(int32_t) method
Creates default RSA algorithm implementation with specifed key size.
static SharedPtr<RSA> System::Security::Cryptography::RSA::Create(int32_t key_size_in_bits)
Parameter | Type | Description |
---|---|---|
key_size_in_bits | int32_t | The key size, in bits. |
See Also
- Typedef SharedPtr
- Class RSA
- Class RSA
- Namespace System::Security::Cryptography
- Library Aspose.PUB for C++
RSA::Create(const RSAParameters&) method
Creates default RSA algorithm implementation with specifed parameters.
static SharedPtr<RSA> System::Security::Cryptography::RSA::Create(const RSAParameters ¶meters)
Parameter | Type | Description |
---|---|---|
parameters | const RSAParameters& | The parameters for the RSA algorithm. |
See Also
- Typedef SharedPtr
- Class RSA
- Class RSA
- Namespace System::Security::Cryptography
- Library Aspose.PUB for C++