Konstruktor System::Security::Cryptography::ECDsaBotan::ECDsaBotan
isi
[
bersembunyi
]ECDsaBotan::ECDsaBotan() constructor
Konstruktor. Menggunakan parameter default.
System::Security::Cryptography::ECDsaBotan::ECDsaBotan()
Lihat Juga
- Class ECDsaBotan
- Namespace System::Security::Cryptography
- Library Aspose.Page for C++
ECDsaBotan::ECDsaBotan(const Botan::ECDSA_PrivateKey&) constructor
Konstruktor.
System::Security::Cryptography::ECDsaBotan::ECDsaBotan(const Botan::ECDSA_PrivateKey &key)
| Parameter | Tipe | Deskripsi |
|---|---|---|
| kunci | const Botan::ECDSA_PrivateKey& | Kunci pribadi Botan. |
Lihat Juga
- Class ECDsaBotan
- Namespace System::Security::Cryptography
- Library Aspose.Page for C++
ECDsaBotan::ECDsaBotan(const Botan::ECDSA_PublicKey&) constructor
Konstruktor.
System::Security::Cryptography::ECDsaBotan::ECDsaBotan(const Botan::ECDSA_PublicKey &key)
| Parameter | Tipe | Deskripsi |
|---|---|---|
| kunci | const Botan::ECDSA_PublicKey& | Kunci publik Botan. |
Lihat Juga
- Class ECDsaBotan
- Namespace System::Security::Cryptography
- Library Aspose.Page for C++
ECDsaBotan::ECDsaBotan(const ECCurve&) constructor
Konstruktor.
System::Security::Cryptography::ECDsaBotan::ECDsaBotan(const ECCurve &curve)
| Parameter | Tipe | Deskripsi |
|---|---|---|
| curve | const ECCurve& | Kurva yang digunakan untuk membuat pasangan kunci publik/pribadi. |
Lihat Juga
- Class ECDsaBotan
- Namespace System::Security::Cryptography
- Library Aspose.Page for C++
ECDsaBotan::ECDsaBotan(const ECParameters&) constructor
Konstruktor.
System::Security::Cryptography::ECDsaBotan::ECDsaBotan(const ECParameters ¶meters)
| Parameter | Tipe | Deskripsi |
|---|---|---|
| parameter | const ECParameters& | Parameter algoritma. |
Lihat Juga
- Class ECDsaBotan
- Namespace System::Security::Cryptography
- Library Aspose.Page for C++
ECDsaBotan::ECDsaBotan(int32_t) constructor
Konstruktor.
System::Security::Cryptography::ECDsaBotan::ECDsaBotan(int32_t key_size)
| Parameter | Tipe | Deskripsi |
|---|---|---|
| key_size | int32_t | Ukuran kunci dalam bit. |
Lihat Juga
- Class ECDsaBotan
- Namespace System::Security::Cryptography
- Library Aspose.Page for C++