System::Security::Cryptography::ECDsaBotan::ECDsaBotan конструктор

ECDsaBotan::ECDsaBotan() constructor

Конструктор. Использует параметры по умолчанию.

System::Security::Cryptography::ECDsaBotan::ECDsaBotan()

См. также

ECDsaBotan::ECDsaBotan(const Botan::ECDSA_PrivateKey&) constructor

Конструктор.

System::Security::Cryptography::ECDsaBotan::ECDsaBotan(const Botan::ECDSA_PrivateKey &key)
ПараметрТипОписание
ключconst Botan::ECDSA_PrivateKey&Приватный ключ Botan.

См. также

ECDsaBotan::ECDsaBotan(const Botan::ECDSA_PublicKey&) constructor

Конструктор.

System::Security::Cryptography::ECDsaBotan::ECDsaBotan(const Botan::ECDSA_PublicKey &key)
ПараметрТипОписание
ключconst Botan::ECDSA_PublicKey&Публичный ключ Botan.

См. также

ECDsaBotan::ECDsaBotan(const ECCurve&) constructor

Конструктор.

System::Security::Cryptography::ECDsaBotan::ECDsaBotan(const ECCurve &curve)
ПараметрТипОписание
curveconst ECCurve&Кривая, используемая для создания пары публичного/приватного ключа.

См. также

ECDsaBotan::ECDsaBotan(const ECParameters&) constructor

Конструктор.

System::Security::Cryptography::ECDsaBotan::ECDsaBotan(const ECParameters &parameters)
ПараметрТипОписание
параметрыconst ECParameters&Параметры алгоритма.

См. также

ECDsaBotan::ECDsaBotan(int32_t) constructor

Конструктор.

System::Security::Cryptography::ECDsaBotan::ECDsaBotan(int32_t key_size)
ПараметрТипОписание
key_sizeint32_tРазмер ключа в битах.

См. также