EVP_PKEY_ECDSA_method

Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
  1. alias EVP_PKEY_ECDSA_method = EVP_PKEY_NULL_method
  2. enum EVP_PKEY_ECDSA_method;
    version(!OPENSSL_NO_ECDSA)
    extern (C) nothrow
    enum EVP_PKEY_ECDSA_method = "cast(evp_sign_method*)&ECDSA_sign," ~ "cast(evp_verify_method*)&ECDSA_verify,{EVP_PKEY_EC,0,0,0}";

Meta