22 #ifndef NDN_PUBLISHERPUBLICKEYDIGEST_HPP
23 #define NDN_PUBLISHERPUBLICKEYDIGEST_HPP
27 #include "util/blob.hpp"
60 getPublisherPublicKeyDigest()
const {
return publisherPublicKeyDigest_; }
75 publisherPublicKeyDigest_.reset();
87 Blob publisherPublicKeyDigest_;
88 uint64_t changeCount_;
struct ndn_Blob publisherPublicKeyDigest
A Blob whose value is a pointer to pre-allocated buffer.
Definition: publisher-public-key-digest-types.h:35
Copyright (C) 2013-2015 Regents of the University of California.
Definition: common.hpp:35
A PublisherPublicKeyDigest holds the publisher public key digest value, if any.
Definition: publisher-public-key-digest.hpp:37
Copyright (C) 2015 Regents of the University of California.
Definition: publisher-public-key-digest-types.h:34
A Blob holds a pointer to an immutable byte array implemented as const std::vector.
Definition: blob.hpp:42
void clear()
Clear the publisherPublicKeyDigest.
Definition: publisher-public-key-digest.hpp:73
uint64_t getChangeCount() const
Get the change count, which is incremented each time this object is changed.
Definition: publisher-public-key-digest.hpp:84
void set(const struct ndn_PublisherPublicKeyDigest &publisherPublicKeyDigestStruct)
Clear this PublisherPublicKeyDigest, and copy from the ndn_PublisherPublicKeyDigest struct...
Definition: publisher-public-key-digest.cpp:36