Deprecated List
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.
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