System::Security::Cryptography::ECDsaBotan::ECDsaBotan конструктор
Содержание
[
Скрывать
]ECDsaBotan::ECDsaBotan() constructor
Конструктор. Использует параметры по умолчанию.
System::Security::Cryptography::ECDsaBotan::ECDsaBotan()
См. также
- Class ECDsaBotan
- Namespace System::Security::Cryptography
- Library Aspose.Font for C++
ECDsaBotan::ECDsaBotan(const Botan::ECDSA_PrivateKey&) constructor
Конструктор.
System::Security::Cryptography::ECDsaBotan::ECDsaBotan(const Botan::ECDSA_PrivateKey &key)
| Параметр | Тип | Описание |
|---|---|---|
| ключ | const Botan::ECDSA_PrivateKey& | Приватный ключ Botan. |
См. также
- Class ECDsaBotan
- Namespace System::Security::Cryptography
- Library Aspose.Font for C++
ECDsaBotan::ECDsaBotan(const Botan::ECDSA_PublicKey&) constructor
Конструктор.
System::Security::Cryptography::ECDsaBotan::ECDsaBotan(const Botan::ECDSA_PublicKey &key)
| Параметр | Тип | Описание |
|---|---|---|
| ключ | const Botan::ECDSA_PublicKey& | Публичный ключ Botan. |
См. также
- Class ECDsaBotan
- Namespace System::Security::Cryptography
- Library Aspose.Font for C++
ECDsaBotan::ECDsaBotan(const ECCurve&) constructor
Конструктор.
System::Security::Cryptography::ECDsaBotan::ECDsaBotan(const ECCurve &curve)
| Параметр | Тип | Описание |
|---|---|---|
| curve | const ECCurve& | Кривая, используемая для создания пары публичного/приватного ключа. |
См. также
- Class ECDsaBotan
- Namespace System::Security::Cryptography
- Library Aspose.Font for C++
ECDsaBotan::ECDsaBotan(const ECParameters&) constructor
Конструктор.
System::Security::Cryptography::ECDsaBotan::ECDsaBotan(const ECParameters ¶meters)
| Параметр | Тип | Описание |
|---|---|---|
| параметры | const ECParameters& | Параметры алгоритма. |
См. также
- Class ECDsaBotan
- Namespace System::Security::Cryptography
- Library Aspose.Font for C++
ECDsaBotan::ECDsaBotan(int32_t) constructor
Конструктор.
System::Security::Cryptography::ECDsaBotan::ECDsaBotan(int32_t key_size)
| Параметр | Тип | Описание |
|---|---|---|
| key_size | int32_t | Размер ключа в битах. |
См. также
- Class ECDsaBotan
- Namespace System::Security::Cryptography
- Library Aspose.Font for C++