javamanager/javacaptain/extensionplugins/javacertstore/inc/javacertstore.h
branchRCL_3
changeset 83 26b2b12093af
parent 25 9ac0a0a7da70
equal deleted inserted replaced
77:7cee158cb8cd 83:26b2b12093af
    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;