Constructeur System::Security::Cryptography::ECDsaBotan::ECDsaBotan
Contenu
[
Cacher
]ECDsaBotan::ECDsaBotan() constructor
Constructeur. Utilise les paramètres par défaut.
System::Security::Cryptography::ECDsaBotan::ECDsaBotan()
Voir aussi
- Class ECDsaBotan
- Namespace System::Security::Cryptography
- Library Aspose.Page for C++
ECDsaBotan::ECDsaBotan(const Botan::ECDSA_PrivateKey&) constructor
Constructeur.
System::Security::Cryptography::ECDsaBotan::ECDsaBotan(const Botan::ECDSA_PrivateKey &key)
| Paramètre | Type | Description |
|---|---|---|
| clé | const Botan::ECDSA_PrivateKey& | Clé privée Botan. |
Voir aussi
- Class ECDsaBotan
- Namespace System::Security::Cryptography
- Library Aspose.Page for C++
ECDsaBotan::ECDsaBotan(const Botan::ECDSA_PublicKey&) constructor
Constructeur.
System::Security::Cryptography::ECDsaBotan::ECDsaBotan(const Botan::ECDSA_PublicKey &key)
| Paramètre | Type | Description |
|---|---|---|
| clé | const Botan::ECDSA_PublicKey& | Clé publique Botan. |
Voir aussi
- Class ECDsaBotan
- Namespace System::Security::Cryptography
- Library Aspose.Page for C++
ECDsaBotan::ECDsaBotan(const ECCurve&) constructor
Constructeur.
System::Security::Cryptography::ECDsaBotan::ECDsaBotan(const ECCurve &curve)
| Paramètre | Type | Description |
|---|---|---|
| curve | const ECCurve& | Courbe utilisée pour créer la paire de clés publique/privée. |
Voir aussi
- Class ECDsaBotan
- Namespace System::Security::Cryptography
- Library Aspose.Page for C++
ECDsaBotan::ECDsaBotan(const ECParameters&) constructor
Constructeur.
System::Security::Cryptography::ECDsaBotan::ECDsaBotan(const ECParameters ¶meters)
| Paramètre | Type | Description |
|---|---|---|
| paramètres | const ECParameters& | Paramètres de l’algorithme. |
Voir aussi
- Class ECDsaBotan
- Namespace System::Security::Cryptography
- Library Aspose.Page for C++
ECDsaBotan::ECDsaBotan(int32_t) constructor
Constructeur.
System::Security::Cryptography::ECDsaBotan::ECDsaBotan(int32_t key_size)
| Paramètre | Type | Description |
|---|---|---|
| key_size | int32_t | Taille de la clé en bits. |
Voir aussi
- Class ECDsaBotan
- Namespace System::Security::Cryptography
- Library Aspose.Page for C++