SelfEndorseCertificate is working
diff --git a/src/contact-storage.h b/src/contact-storage.h
index 5b87146..7fc3171 100644
--- a/src/contact-storage.h
+++ b/src/contact-storage.h
@@ -14,7 +14,7 @@
#include <sqlite3.h>
#include "trusted-contact.h"
#include "contact-item.h"
-#include "profile-data.h"
+#include "endorse-certificate.h"
#include <ndn.cxx/security/identity/identity-manager.h>
#include <ndn.cxx/fields/signature-sha256-with-rsa.h>
@@ -68,9 +68,9 @@
ndn::Ptr<Profile>
getSelfProfile(const ndn::Name& identity) const;
- ndn::Ptr<ProfileData>
- getSignedSelfProfileData(const ndn::Name& identity,
- const Profile& profile) const;
+ ndn::Ptr<EndorseCertificate>
+ getSignedSelfEndorseCertificate(const ndn::Name& identity,
+ const Profile& profile) const;
private:
ndn::Ptr<ndn::security::IdentityManager> m_identityManager;