Méthode System::Security::Cryptography::RSA::Create
Contenu
[
Cacher
]RSA::Create() method
Crée une implémentation d’algorithme RSA par défaut.
static SharedPtr<RSA> System::Security::Cryptography::RSA::Create()
Voir aussi
- Typedef SharedPtr
- Class RSA
- Class RSA
- Namespace System::Security::Cryptography
- Library Aspose.Font for C++
RSA::Create(const RSAParameters&) method
Crée une implémentation d’algorithme RSA par défaut avec les paramètres spécifiés.
static SharedPtr<RSA> System::Security::Cryptography::RSA::Create(const RSAParameters ¶meters)
| Paramètre | Type | Description |
|---|---|---|
| parameters | const RSAParameters& | Les paramètres de l’algorithme RSA. |
Voir aussi
- Typedef SharedPtr
- Class RSA
- Class RSA
- Namespace System::Security::Cryptography
- Library Aspose.Font for C++
RSA::Create(const String&) method
Crée une implémentation d’algorithme RSA par défaut.
static SharedPtr<RSA> System::Security::Cryptography::RSA::Create(const String &alg_name)
| Paramètre | Type | Description |
|---|---|---|
| alg_name | const String& | Doit être “System.Security.Cryptography.RSACryptoServiceProvider”. |
Voir aussi
- Typedef SharedPtr
- Class RSA
- Class String
- Class RSA
- Namespace System::Security::Cryptography
- Library Aspose.Font for C++
RSA::Create(int32_t) method
Crée une implémentation d’algorithme RSA par défaut avec la taille de clé spécifiée.
static SharedPtr<RSA> System::Security::Cryptography::RSA::Create(int32_t key_size_in_bits)
| Paramètre | Type | Description |
|---|---|---|
| key_size_in_bits | int32_t | La taille de la clé, en bits. |
Voir aussi
- Typedef SharedPtr
- Class RSA
- Class RSA
- Namespace System::Security::Cryptography
- Library Aspose.Font for C++