Deprecated List
File cryptopp.hpp
Use security/v1/cryptopp.hpp
File identity-certificate.hpp
Use security/v1/identity-certificate.hpp
Global ndn::crypto::sha256 (const uint8_t *data, size_t dataLength)
Use computeSha256Digest function instead
Global ndn::Face::expressInterest (const Interest &interest, const OnData &onData, const OnTimeout &onTimeout=nullptr)
use expressInterest(Interest, DataCallback, NackCallback, TimeoutCallback)
Global ndn::Face::expressInterest (const Name &name, const Interest &tmpl, const OnData &onData, const OnTimeout &onTimeout=nullptr)
use expressInterest(Interest, DataCallback, NackCallback, TimeoutCallback)
Global ndn::Face::registerPrefix (const Name &prefix, const RegisterPrefixSuccessCallback &onSuccess, const RegisterPrefixFailureCallback &onFailure, const security::v1::IdentityCertificate &certificate, uint64_t flags=nfd::ROUTE_FLAG_CHILD_INHERIT)
Use override with SigningInfo instead of this function
Global ndn::Face::registerPrefix (const Name &prefix, const RegisterPrefixSuccessCallback &onSuccess, const RegisterPrefixFailureCallback &onFailure, const Name &identity, uint64_t flags=nfd::ROUTE_FLAG_CHILD_INHERIT)
Use override with SigningInfo instead of this function
Global ndn::Face::setInterestFilter (const InterestFilter &interestFilter, const OnInterest &onInterest, const RegisterPrefixFailureCallback &onFailure, const security::v1::IdentityCertificate &certificate, uint64_t flags=nfd::ROUTE_FLAG_CHILD_INHERIT)
Use override with SigningInfo instead of this function
Global ndn::Face::setInterestFilter (const InterestFilter &interestFilter, const OnInterest &onInterest, const RegisterPrefixSuccessCallback &onSuccess, const RegisterPrefixFailureCallback &onFailure, const Name &identity, uint64_t flags=nfd::ROUTE_FLAG_CHILD_INHERIT)
Use override with SigningInfo instead of this function
Global ndn::Face::setInterestFilter (const InterestFilter &interestFilter, const OnInterest &onInterest, const RegisterPrefixFailureCallback &onFailure, const Name &identity, uint64_t flags=nfd::ROUTE_FLAG_CHILD_INHERIT)
Use override with SigningInfo instead of this function
Global ndn::Face::setInterestFilter (const InterestFilter &interestFilter, const OnInterest &onInterest, const RegisterPrefixSuccessCallback &onSuccess, const RegisterPrefixFailureCallback &onFailure, const security::v1::IdentityCertificate &certificate, uint64_t flags=nfd::ROUTE_FLAG_CHILD_INHERIT)
Use override with SigningInfo instead of this function
Global ndn::name::Component::toEscapedString () const
Use toUri() instead
Global ndn::name::Component::toEscapedString (std::ostream &os) const
Use toUri(std::ostream&) instead
Global ndn::nfd::CommandOptions::getSigningCertificate () const
use getSigningInfo and setSigningInfo
Returns
certificate Name
Precondition
getSigningParamsKind() == SIGNING_PARAMS_CERTIFICATE
Global ndn::nfd::CommandOptions::getSigningIdentity () const
use getSigningInfo and setSigningInfo
Returns
identity Name
Precondition
getSigningParamsKind() == SIGNING_PARAMS_IDENTITY
Global ndn::nfd::CommandOptions::getSigningParamsKind () const
use getSigningInfo and setSigningInfo
Returns
selection of signing parameters
Global ndn::nfd::CommandOptions::setSigningCertificate (const Name &certificateName)
use getSigningInfo and setSigningInfo
Global ndn::nfd::CommandOptions::setSigningCertificate (const security::v1::IdentityCertificate &certificate)
use getSigningInfo and setSigningInfo
Global ndn::nfd::CommandOptions::setSigningDefault ()
use getSigningInfo and setSigningInfo
Global ndn::nfd::CommandOptions::setSigningIdentity (const Name &identityName)
use getSigningInfo and setSigningInfo
Global ndn::nfd::CommandOptions::SigningParamsKind
use getSigningInfo and setSigningInfo
Global ndn::nfd::ControlParameters::getLocalControlFeature () const
use Flags+Mask fields instead
Global ndn::nfd::ControlParameters::hasLocalControlFeature () const
use Flags+Mask fields instead
Global ndn::nfd::ControlParameters::setLocalControlFeature (LocalControlFeature localControlFeature)
use Flags+Mask fields instead
Global ndn::nfd::ControlParameters::unsetLocalControlFeature ()
use Flags+Mask fields instead
Global ndn::nfd::LocalControlFeature
use Flags+Mask fields instead
Global ndn::OID
Use Oid type instead
Global ndn::OnData
use DataCallback
Global ndn::OnInterest
use InterestCallback
Global ndn::OnTimeout
use TimeoutCallback
Class ndn::security::v1::KeyChain
Use v2::KeyChain
Global ndn::security::v1::KeyChain::sign (T &packet, const Name &certificateName)
use sign sign(T&, const SigningInfo&)
Global ndn::security::v1::KeyChain::sign (const uint8_t *buffer, size_t bufferLength, const Name &certificateName)
Use sign(const uint8_t*, size_t, const SigningInfo&) instead
Global ndn::security::v1::KeyChain::signByIdentity (T &packet, const Name &identityName)
use sign sign(T&, const SigningInfo&)
Global ndn::security::v1::KeyChain::signByIdentity (const uint8_t *buffer, size_t bufferLength, const Name &identityName)
use sign(const uint8_t*, size_t, const SigningInfo&) instead
Global ndn::security::v1::KeyChain::signWithSha256 (Data &data)
use sign(Data&, SigningInfo(SigningInfo::SIGNER_TYPE_SHA256))
Global ndn::security::v1::KeyChain::signWithSha256 (Interest &interest)
use sign(Interest&, SigningInfo(SigningInfo::SIGNER_TYPE_SHA256))
Global ndn::security::v1::SecPublicInfo::addPublicKey (const Name &keyName, KeyType keyType, const PublicKey &publicKey)
Use addKey instead
Global ndn::security::v1::SecPublicInfo::defaultCertificate ()
Use getDefaultCertificate instead
Global ndn::security::Validator::Validator (Face &face)
Use the constructor taking Face* as parameter.
Global ndn::security::ValidatorConfig::ValidatorConfig (Face &face, const shared_ptr< CertificateCache > &certificateCache=DEFAULT_CERTIFICATE_CACHE, const time::milliseconds &graceInterval=DEFAULT_GRACE_INTERVAL, const size_t stepLimit=10, const size_t maxTrackedKeys=1000, const time::system_clock::Duration &keyTimestampTtl=DEFAULT_KEY_TIMESTAMP_TTL)
Use the constructor taking Face* as parameter.
Global ndn::security::ValidatorRegex::ValidatorRegex (Face &face, shared_ptr< CertificateCache > certificateCache=DEFAULT_CERTIFICATE_CACHE, const int stepLimit=3)
Use the constructor taking Face* as parameter.
Global ndn::signed_interest::MIN_LENGTH
To avoid a potentially breaking change, this value is kept based on the Command Interest definition. This value will be eliminated in favor of MIN_SIZE=2.
Global ndn::signed_interest::MIN_LENGTH_SIG_ONLY
Use MIN_SIZE
Global ndn::util::scheduler::Scheduler::Event
use EventCallback
File nfd-channel-status.hpp
Use mgmt/nfd/channel-status.hpp
File nfd-command-options.hpp
Use mgmt/nfd/command-options.hpp
File nfd-control-command.hpp
Use mgmt/nfd/control-command.hpp
File nfd-control-parameters.hpp
Use mgmt/nfd/control-parameters.hpp
File nfd-control-response.hpp
Use mgmt/nfd/control-response.hpp
File nfd-controller.hpp
Use mgmt/nfd/controller.hpp
File nfd-face-event-notification.hpp
Use mgmt/nfd/face-event-notification.hpp
File nfd-face-monitor.hpp
Use mgmt/nfd/face-monitor.hpp
File nfd-face-query-filter.hpp
Use mgmt/nfd/face-query-filter.hpp
File nfd-face-status.hpp
Use mgmt/nfd/face-status.hpp
File nfd-face-traits.hpp
Use mgmt/nfd/face-traits.hpp
File nfd-fib-entry.hpp
Use mgmt/nfd/fib-entry.hpp
File nfd-forwarder-status.hpp
Use mgmt/nfd/forwarder-status.hpp
File nfd-rib-entry.hpp
Use mgmt/nfd/rib-entry.hpp
File nfd-rib-flags.hpp
Use mgmt/nfd/rib-flags.hpp
File nfd-status-dataset.hpp
Use mgmt/nfd/status-dataset.hpp
File nfd-strategy-choice.hpp
Use mgmt/nfd/strategy-choice.hpp
File public-key.hpp
Use security/v1/public-key.hpp
File sec-public-info-sqlite3.hpp
Use new PIB backed routines
File sec-public-info.hpp
Use new PIB backed routines
File sec-tpm-file.hpp
Use new TPM backed routines
File sec-tpm-osx.hpp
Use new TPM backed routines
File sec-tpm.hpp
Use new TPM backed routines