System::Security::Cryptography::ECDsaBotan::ECDsaBotan constructor
inhoud
[
verbergen
]ECDsaBotan::ECDsaBotan() constructor
Constructor. Gebruikt standaardparameters.
System::Security::Cryptography::ECDsaBotan::ECDsaBotan()
Zie ook
- Class ECDsaBotan
- Namespace System::Security::Cryptography
- Library Aspose.Page for C++
ECDsaBotan::ECDsaBotan(const Botan::ECDSA_PrivateKey&) constructor
Constructor.
System::Security::Cryptography::ECDsaBotan::ECDsaBotan(const Botan::ECDSA_PrivateKey &key)
| Parameter | Type | Beschrijving |
|---|---|---|
| sleutel | const Botan::ECDSA_PrivateKey& | Botan privésleutel. |
Zie ook
- Class ECDsaBotan
- Namespace System::Security::Cryptography
- Library Aspose.Page for C++
ECDsaBotan::ECDsaBotan(const Botan::ECDSA_PublicKey&) constructor
Constructor.
System::Security::Cryptography::ECDsaBotan::ECDsaBotan(const Botan::ECDSA_PublicKey &key)
| Parameter | Type | Beschrijving |
|---|---|---|
| sleutel | const Botan::ECDSA_PublicKey& | Botan publieke sleutel. |
Zie ook
- Class ECDsaBotan
- Namespace System::Security::Cryptography
- Library Aspose.Page for C++
ECDsaBotan::ECDsaBotan(const ECCurve&) constructor
Constructor.
System::Security::Cryptography::ECDsaBotan::ECDsaBotan(const ECCurve &curve)
| Parameter | Type | Beschrijving |
|---|---|---|
| curve | const ECCurve& | Curve gebruikt om het publieke/privé sleutelpaar te maken. |
Zie ook
- Class ECDsaBotan
- Namespace System::Security::Cryptography
- Library Aspose.Page for C++
ECDsaBotan::ECDsaBotan(const ECParameters&) constructor
Constructor.
System::Security::Cryptography::ECDsaBotan::ECDsaBotan(const ECParameters ¶meters)
| Parameter | Type | Beschrijving |
|---|---|---|
| parameters | const ECParameters& | Algoritmeparameters. |
Zie ook
- Class ECDsaBotan
- Namespace System::Security::Cryptography
- Library Aspose.Page for C++
ECDsaBotan::ECDsaBotan(int32_t) constructor
Constructor.
System::Security::Cryptography::ECDsaBotan::ECDsaBotan(int32_t key_size)
| Parameter | Type | Beschrijving |
|---|---|---|
| key_size | int32_t | Sleutelgrootte in bits. |
Zie ook
- Class ECDsaBotan
- Namespace System::Security::Cryptography
- Library Aspose.Page for C++