Private key.
More...
#include <private-key.hpp>
Inherited by ndnph::detail::NamedPrivateKey< SigType::HmacWithSha256 >, ndnph::detail::NamedPrivateKey< SigType::Sha256WithEcdsa >, ndnph::DigestKey, ndnph::NullKey, and ndnph::detail::NamedPrivateKey< sigType >.
◆ ~PrivateKey()
virtual ndnph::PrivateKey::~PrivateKey |
( |
| ) |
|
|
virtualdefault |
◆ getMaxSigLen()
virtual size_t ndnph::PrivateKey::getMaxSigLen |
( |
| ) |
const |
|
pure virtual |
◆ sign()
virtual ssize_t ndnph::PrivateKey::sign |
( |
std::initializer_list< tlv::Value > |
chunks, |
|
|
uint8_t * |
sig |
|
) |
| const |
|
pure virtual |
◆ updateSigInfo()
virtual void ndnph::PrivateKey::updateSigInfo |
( |
SigInfo & |
sigInfo | ) |
const |
|
pure virtual |
The documentation for this class was generated from the following file: