This is the complete list of members for ndn::Certificate, including all inherited members.
| addExtension(const CertificateExtension &extension) | ndn::Certificate | inline |
| addSubjectDescription(const CertificateSubjectDescription &description) | ndn::Certificate | inline |
| Certificate() | ndn::Certificate | |
| Certificate(const Data &data) | ndn::Certificate | explicit |
| Certificate(const Block &block) | ndn::Certificate | explicit |
| Data() | ndn::Data | |
| Data(const Name &name) | ndn::Data | |
| Data(const Block &wire) | ndn::Data | explicit |
| decode() | ndn::Certificate | protected |
| DEPRECATED(lp::LocalControlHeaderFacade getLocalControlHeader()) | ndn::Data | |
| DEPRECATED(const lp::LocalControlHeaderFacade getLocalControlHeader() const) | ndn::Data | |
| DEPRECATED(uint64_t getIncomingFaceId() const) | ndn::Data | |
| DEPRECATED(Data &setIncomingFaceId(uint64_t incomingFaceId)) | ndn::Data | |
| DEPRECATED(lp::LocalControlHeaderFacade::CachingPolicy getCachingPolicy() const) | ndn::Data | |
| DEPRECATED(Data &setCachingPolicy(lp::LocalControlHeaderFacade::CachingPolicy cachingPolicy)) | ndn::Data | |
| encode() | ndn::Certificate | |
| ExtensionList typedef | ndn::Certificate | |
| getContent() const | ndn::Data | |
| getContentType() const | ndn::Data | inline |
| getExtensionList() const | ndn::Certificate | inline |
| getExtensionList() | ndn::Certificate | inline |
| getFinalBlockId() const | ndn::Data | inline |
| getFreshnessPeriod() const | ndn::Data | inline |
| getFullName() const | ndn::Data | |
| getMetaInfo() const | ndn::Data | inline |
| getName() const | ndn::Data | inline |
| getNotAfter() | ndn::Certificate | inline |
| getNotAfter() const | ndn::Certificate | inline |
| getNotBefore() | ndn::Certificate | inline |
| getNotBefore() const | ndn::Certificate | inline |
| getPublicKeyInfo() | ndn::Certificate | inline |
| getPublicKeyInfo() const | ndn::Certificate | inline |
| getSignature() const | ndn::Data | inline |
| getSubjectDescriptionList() const | ndn::Certificate | inline |
| getSubjectDescriptionList() | ndn::Certificate | inline |
| getTag() const | ndn::TagHost | inline |
| hasWire() const | ndn::Data | inline |
| isTooEarly() | ndn::Certificate | |
| isTooLate() | ndn::Certificate | |
| m_extensionList | ndn::Certificate | protected |
| m_key | ndn::Certificate | protected |
| m_notAfter | ndn::Certificate | protected |
| m_notBefore | ndn::Certificate | protected |
| m_subjectDescriptionList | ndn::Certificate | protected |
| onChanged() | ndn::Data | protected |
| operator!=(const Data &other) const | ndn::Data | |
| operator==(const Data &other) const | ndn::Data | |
| printCertificate(std::ostream &os, const std::string &indent="") const | ndn::Certificate | |
| removeTag() const | ndn::TagHost | inline |
| setContent(const uint8_t *buffer, size_t bufferSize) | ndn::Data | |
| setContent(const Block &block) | ndn::Data | |
| setContent(const ConstBufferPtr &contentValue) | ndn::Data | |
| setContentType(uint32_t type) | ndn::Data | |
| setFinalBlockId(const name::Component &finalBlockId) | ndn::Data | |
| setFreshnessPeriod(const time::milliseconds &freshnessPeriod) | ndn::Data | |
| setMetaInfo(const MetaInfo &metaInfo) | ndn::Data | |
| setName(const Name &name) | ndn::Data | |
| setNotAfter(const time::system_clock::TimePoint ¬After) | ndn::Certificate | inline |
| setNotBefore(const time::system_clock::TimePoint ¬Before) | ndn::Certificate | inline |
| setPublicKeyInfo(const PublicKey &key) | ndn::Certificate | inline |
| setSignature(const Signature &signature) | ndn::Data | |
| setSignatureValue(const Block &value) | ndn::Data | |
| setTag(shared_ptr< T > tag) const | ndn::TagHost | inline |
| SubjectDescriptionList typedef | ndn::Certificate | |
| wireDecode(const Block &wire) | ndn::Certificate | |
| wireEncode(EncodingImpl< TAG > &encoder, bool wantUnsignedPortionOnly=false) const | ndn::Data | |
| wireEncode() const | ndn::Data | |
| wireEncode(EncodingBuffer &encoder, const Block &signatureValue) const | ndn::Data | |
| ~Certificate() | ndn::Certificate | virtual |