struct ssh_key_struct

#include <include/libssh/pki.h>

struct ssh_key_struct {
    // fields

    void* cert;
    int ecdsa_nid;
    ed25519_privkey* ed25519_privkey;
    ed25519_pubkey* ed25519_pubkey;
    int flags;
    enum ssh_keytypes_e type;
    const char* type_c;
};