esp8266ndn
NDN Arduino library for ESP8266 and more
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
Public Types | Public Member Functions | List of all members
ndnph::ec::EcPrivateKey Class Reference

EC private key. More...

#include <ec.hpp>

Inherits ndnph::detail::NamedPrivateKey< SigType::Sha256WithEcdsa >.

Public Types

using KeyLen = detail::PvtLen
 
using MaxSigLen = port::Ec::Curve::MaxSigLen
 

Public Member Functions

 operator bool () const
 Determine if this key is non-empty. More...
 
bool import (const Name &name, const uint8_t raw[KeyLen::value])
 Import a private key from raw key bits. More...
 
size_t getMaxSigLen () const final
 
ssize_t sign (std::initializer_list< tlv::Value > chunks, uint8_t *sig) const final
 Perform signing. More...
 
- Public Member Functions inherited from ndnph::detail::NamedPrivateKey< SigType::Sha256WithEcdsa >
void updateSigInfo (SigInfo &sigInfo) const override
 Write SigType and KeyLocator. More...
 
- Public Member Functions inherited from ndnph::PrivateKey
virtual ~PrivateKey ()=default
 
- Public Member Functions inherited from ndnph::detail::NamedKey
const NamegetName () const
 Retrieve KeyLocator name. More...
 
void setName (const Name &v)
 Assign KeyLocator name. More...
 

Additional Inherited Members

- Protected Member Functions inherited from ndnph::detail::NamedKey
 ~NamedKey ()=default
 

Detailed Description

EC private key.

Member Typedef Documentation

◆ KeyLen

◆ MaxSigLen

using ndnph::ec::EcPrivateKey::MaxSigLen = port::Ec::Curve::MaxSigLen

Member Function Documentation

◆ getMaxSigLen()

size_t ndnph::ec::EcPrivateKey::getMaxSigLen ( ) const
inlinefinalvirtual

Implements ndnph::PrivateKey.

◆ import()

bool ndnph::ec::EcPrivateKey::import ( const Name name,
const uint8_t  raw[KeyLen::value] 
)
inline

Import a private key from raw key bits.

Returns
whether success.

◆ operator bool()

ndnph::ec::EcPrivateKey::operator bool ( ) const
inlineexplicit

Determine if this key is non-empty.

◆ sign()

ssize_t ndnph::ec::EcPrivateKey::sign ( std::initializer_list< tlv::Value chunks,
uint8_t *  sig 
) const
inlinefinalvirtual

Perform signing.

Parameters
chunkssigned portion.
[out]sigsignature buffer, with getMaxSigLen() room.
Returns
signature length, or -1 upon failure.

Implements ndnph::PrivateKey.


The documentation for this class was generated from the following file: