Constructeur System::Security::Cryptography::ECDsaBotan::ECDsaBotan

ECDsaBotan::ECDsaBotan() constructor

Constructeur. Utilise les paramètres par défaut.

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

Voir aussi

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

Constructeur.

System::Security::Cryptography::ECDsaBotan::ECDsaBotan(const Botan::ECDSA_PrivateKey &key)
ParamètreTypeDescription
cléconst Botan::ECDSA_PrivateKey&Clé privée Botan.

Voir aussi

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

Constructeur.

System::Security::Cryptography::ECDsaBotan::ECDsaBotan(const Botan::ECDSA_PublicKey &key)
ParamètreTypeDescription
cléconst Botan::ECDSA_PublicKey&Clé publique Botan.

Voir aussi

ECDsaBotan::ECDsaBotan(const ECCurve&) constructor

Constructeur.

System::Security::Cryptography::ECDsaBotan::ECDsaBotan(const ECCurve &curve)
ParamètreTypeDescription
curveconst ECCurve&Courbe utilisée pour créer la paire de clés publique/privée.

Voir aussi

ECDsaBotan::ECDsaBotan(const ECParameters&) constructor

Constructeur.

System::Security::Cryptography::ECDsaBotan::ECDsaBotan(const ECParameters &parameters)
ParamètreTypeDescription
paramètresconst ECParameters&Paramètres de l’algorithme.

Voir aussi

ECDsaBotan::ECDsaBotan(int32_t) constructor

Constructeur.

System::Security::Cryptography::ECDsaBotan::ECDsaBotan(int32_t key_size)
ParamètreTypeDescription
key_sizeint32_tTaille de la clé en bits.

Voir aussi