System::Security::Cryptography::DSA::Create-Methode
Inhalt
[
Ausblenden
]DSA::Create() method
Erstellt die Standard‑DSA‑Algorithmus‑Implementierung.
static SharedPtr<DSA> System::Security::Cryptography::DSA::Create()
ReturnValue
DSA algorithm object.
Siehe auch
- Typedef SharedPtr
- Class DSA
- Class DSA
- Namespace System::Security::Cryptography
- Library Aspose.Font for C++
DSA::Create(const DSAParameters&) method
Erstellt die Standard‑DSA‑Algorithmus‑Implementierung mit angegebenen Parametern.
static SharedPtr<DSA> System::Security::Cryptography::DSA::Create(const DSAParameters ¶meters)
| Parameter | Typ | Beschreibung |
|---|---|---|
| parameters | const DSAParameters& | Die Parameter für den DSA‑Algorithmus. |
Siehe auch
- Typedef SharedPtr
- Class DSA
- Class DSA
- Namespace System::Security::Cryptography
- Library Aspose.Font for C++
DSA::Create(const String&) method
Erstellt die Standard‑DSA‑Algorithmus‑Implementierung.
static SharedPtr<DSA> System::Security::Cryptography::DSA::Create(const String &alg_name)
| Parameter | Typ | Beschreibung |
|---|---|---|
| alg_name | const String& | Muss “System.Security.Cryptography.DSACryptoServiceProvider” sein. |
ReturnValue
DSA algorithm object.
Siehe auch
- Typedef SharedPtr
- Class DSA
- Class String
- Class DSA
- Namespace System::Security::Cryptography
- Library Aspose.Font for C++
DSA::Create(int32_t) method
Erstellt die Standard‑DSA‑Algorithmus‑Implementierung mit angegebener Schlüssellänge.
static SharedPtr<DSA> System::Security::Cryptography::DSA::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 DSA
- Class DSA
- Namespace System::Security::Cryptography
- Library Aspose.Font for C++