System::Security::Cryptography::ECDsaBotan::ECDsaBotan constructor

ECDsaBotan::ECDsaBotan() constructor

Constructor. Gebruikt standaardparameters.

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

Zie ook

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

Constructor.

System::Security::Cryptography::ECDsaBotan::ECDsaBotan(const Botan::ECDSA_PrivateKey &key)
ParameterTypeBeschrijving
sleutelconst Botan::ECDSA_PrivateKey&Botan privésleutel.

Zie ook

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

Constructor.

System::Security::Cryptography::ECDsaBotan::ECDsaBotan(const Botan::ECDSA_PublicKey &key)
ParameterTypeBeschrijving
sleutelconst Botan::ECDSA_PublicKey&Botan publieke sleutel.

Zie ook

ECDsaBotan::ECDsaBotan(const ECCurve&) constructor

Constructor.

System::Security::Cryptography::ECDsaBotan::ECDsaBotan(const ECCurve &curve)
ParameterTypeBeschrijving
curveconst ECCurve&Curve gebruikt om het publieke/privé sleutelpaar te maken.

Zie ook

ECDsaBotan::ECDsaBotan(const ECParameters&) constructor

Constructor.

System::Security::Cryptography::ECDsaBotan::ECDsaBotan(const ECParameters &parameters)
ParameterTypeBeschrijving
parametersconst ECParameters&Algoritmeparameters.

Zie ook

ECDsaBotan::ECDsaBotan(int32_t) constructor

Constructor.

System::Security::Cryptography::ECDsaBotan::ECDsaBotan(int32_t key_size)
ParameterTypeBeschrijving
key_sizeint32_tSleutelgrootte in bits.

Zie ook