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)
| Parameter | Type | Περιγραφή |
|---|---|---|
| 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)
| Parameter | Type | Περιγραφή |
|---|---|---|
| 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)
| Parameter | Type | Περιγραφή |
|---|---|---|
| key_size_in_bits | int32_t | Το μέγεθος του κλειδιού, σε bits. |
Δείτε επίσης
- Typedef SharedPtr
- Class RSA
- Class RSA
- Namespace System::Security::Cryptography
- Library Aspose.Page for C++