javamanager/javacaptain/extensionplugins/javacertstore/inc/javacertstore.h
changeset 79 2f468c1958d0
parent 26 dc7c549001d5
equal deleted inserted replaced
76:4ad59aaee882 79:2f468c1958d0
    67 
    67 
    68 typedef struct cert_metadata_st
    68 typedef struct cert_metadata_st
    69 {
    69 {
    70     std::string full_path;
    70     std::string full_path;
    71     std::string hash;
    71     std::string hash;
       
    72     std::string pkey;
    72     int state;
    73     int state;
    73     bool disposable;
    74     bool disposable;
    74     bool disablable;
    75     bool disablable;
    75     std::string prot_domain_name;
    76     std::string prot_domain_name;
    76     std::string prot_domain_category;
    77     std::string prot_domain_category;