24 #ifndef NDN_PIB_DATA_FIXTURE_HPP
25 #define NDN_PIB_DATA_FIXTURE_HPP
27 #include <ndn-cpp/security/pib/pib-impl.hpp>
36 ndn::ptr_lib::shared_ptr<ndn::CertificateV2> id1Key1Cert1;
37 ndn::ptr_lib::shared_ptr<ndn::CertificateV2> id1Key1Cert2;
38 ndn::ptr_lib::shared_ptr<ndn::CertificateV2> id1Key2Cert1;
39 ndn::ptr_lib::shared_ptr<ndn::CertificateV2> id1Key2Cert2;
40 ndn::ptr_lib::shared_ptr<ndn::CertificateV2> id2Key1Cert1;
41 ndn::ptr_lib::shared_ptr<ndn::CertificateV2> id2Key1Cert2;
42 ndn::ptr_lib::shared_ptr<ndn::CertificateV2> id2Key2Cert1;
43 ndn::ptr_lib::shared_ptr<ndn::CertificateV2> id2Key2Cert2;
PibImpl is an abstract base class for the PIB implementation used by the Pib class.
Definition: pib-impl.hpp:37
A Name holds an array of Name::Component and represents an NDN name.
Definition: name.hpp:40
A Blob holds a pointer to an immutable byte array implemented as const std::vector<uint8_t>.
Definition: blob.hpp:42
Copyright (C) 2017-2018 Regents of the University of California.
Definition: pib-data-fixture.hpp:29