ECDsaBotan()

ECDsaBotan::ECDsaBotan() constructor

Constructor. Uses default parameters.

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

ECDsaBotan::ECDsaBotan(const ECParameters&) constructor

Constructor.

System::Security::Cryptography::ECDsaBotan::ECDsaBotan(const ECParameters &parameters)

Arguments

ParameterTypeDescription
parametersconst ECParameters&Algorithm parameters.

ECDsaBotan::ECDsaBotan(const ECCurve&) constructor

Constructor.

System::Security::Cryptography::ECDsaBotan::ECDsaBotan(const ECCurve &curve)

Arguments

ParameterTypeDescription
curveconst ECCurve&Curve used to create the public/private key pair.

ECDsaBotan::ECDsaBotan(int32_t) constructor

Constructor.

System::Security::Cryptography::ECDsaBotan::ECDsaBotan(int32_t key_size)

Arguments

ParameterTypeDescription
key_sizeint32_tKey size in bits.

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

Constructor.

System::Security::Cryptography::ECDsaBotan::ECDsaBotan(const Botan::ECDSA_PublicKey &key)

Arguments

ParameterTypeDescription
keyconst Botan::ECDSA_PublicKey&Botan public key.

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

Constructor.

System::Security::Cryptography::ECDsaBotan::ECDsaBotan(const Botan::ECDSA_PrivateKey &key)

Arguments

ParameterTypeDescription
keyconst Botan::ECDSA_PrivateKey&Botan private key.

See Also