esp8266ndn
NDN Arduino library for ESP8266 and more
|
Classes | |
struct | StoredKeyPair |
Key pair stored in KeyChain. More... | |
Typedefs | |
using | PvtLen = port::Ec::Curve::PvtLen |
using | PubLen = port::Ec::Curve::PubLen |
Functions | |
tlv::Value | getSpkiHeader () |
Return EC P-256 SPKI except the key. More... | |
tlv::Value | getOid () |
Return '1.2.840.10045.2.1 ecPublicKey' OID bytes. More... | |
const uint8_t * | findPublicKeyInCertificate (const Data &data) |
Extract raw public key from a certificate. More... | |
bool | generate (Region ®ion, const Name &name, EcPrivateKey &pvt, EcPublicKey &pub, KeyChain *keyChain, const char *id) |
using ndnph::ec::detail::PubLen = typedef port::Ec::Curve::PubLen |
using ndnph::ec::detail::PvtLen = typedef port::Ec::Curve::PvtLen |
|
inline |
Extract raw public key from a certificate.
|
inline |
|
inline |
Return '1.2.840.10045.2.1 ecPublicKey' OID bytes.
|
inline |
Return EC P-256 SPKI except the key.