|
ndn-embeds 0.1.0
Lightweight NDN protocol stack for embedded systems
|
NDN Certificate. More...
Go to the source code of this file.
Classes | |
| class | ndn::ValidityPeriod |
| Validity period. More... | |
| class | ndn::Certificate |
| NDN Certificate. More... | |
Variables | |
| constexpr size_t | ndn::VALIDITY_TIMESTAMP_SIZE = 15 |
| Length of ValidityPeriod ISO 8601 format string (YYYYMMDDThhmmss) | |
| constexpr size_t | ndn::CERTIFICATE_MAX_KEY_SIZE = 256 |
| Maximum public key size (DER-encoded SubjectPublicKeyInfo) | |
NDN Certificate.
Provides a class representing NDN certificates. A certificate is a special Data packet with ContentType=KEY, containing a public key and its validity period.
Definition in file certificate.hpp.
|
constexpr |
Maximum public key size (DER-encoded SubjectPublicKeyInfo)
Definition at line 24 of file certificate.hpp.
Referenced by ndn::Certificate::fromData(), and ndn::Certificate::setPublicKey().
|
constexpr |
Length of ValidityPeriod ISO 8601 format string (YYYYMMDDThhmmss)
Definition at line 21 of file certificate.hpp.
Referenced by ndn::ValidityPeriod::encode(), ndn::ValidityPeriod::equals(), ndn::ValidityPeriod::fromStrings(), ndn::ValidityPeriod::fromWire(), ndn::ValidityPeriod::isValidAt(), ndn::ValidityPeriod::setNotAfter(), and ndn::ValidityPeriod::setNotBefore().