System::Security::Cryptography::RSA::Create Methode
Inhalt
[
Ausblenden
]RSA::Create() method
Erstellt die Standard-RSA Algorithmus-Implementierung.
static SharedPtr<RSA> System::Security::Cryptography::RSA::Create()
Siehe auch
- Typedef SharedPtr
- Class RSA
- Class RSA
- Namespace System::Security::Cryptography
- Library Aspose.Font for C++
RSA::Create(const RSAParameters&) method
Erstellt die Standard-RSA Algorithmus-Implementierung mit angegebenen Parametern.
static SharedPtr<RSA> System::Security::Cryptography::RSA::Create(const RSAParameters ¶meters)
| Parameter | Typ | Beschreibung |
|---|---|---|
| parameters | const RSAParameters& | Die Parameter für den RSA Algorithmus. |
Siehe auch
- Typedef SharedPtr
- Class RSA
- Class RSA
- Namespace System::Security::Cryptography
- Library Aspose.Font for C++
RSA::Create(const String&) method
Erstellt die Standard-RSA Algorithmus-Implementierung.
static SharedPtr<RSA> System::Security::Cryptography::RSA::Create(const String &alg_name)
| Parameter | Typ | Beschreibung |
|---|---|---|
| alg_name | const String& | Muss “System.Security.Cryptography.RSACryptoServiceProvider” sein. |
Siehe auch
- Typedef SharedPtr
- Class RSA
- Class String
- Class RSA
- Namespace System::Security::Cryptography
- Library Aspose.Font for C++
RSA::Create(int32_t) method
Erstellt die Standard-RSA Algorithmus-Implementierung mit angegebener Schlüssellänge.
static SharedPtr<RSA> System::Security::Cryptography::RSA::Create(int32_t key_size_in_bits)
| Parameter | Typ | Beschreibung |
|---|---|---|
| key_size_in_bits | int32_t | Die Schlüssellänge in Bits. |
Siehe auch
- Typedef SharedPtr
- Class RSA
- Class RSA
- Namespace System::Security::Cryptography
- Library Aspose.Font for C++