| esp8266ndn
    NDN Arduino library for ESP8266 and 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. | |
| tlv::Value | getOid () | 
| Return '1.2.840.10045.2.1 ecPublicKey' OID bytes. | |
| const uint8_t * | findPublicKeyInCertificate (const Data &data) | 
| Extract raw public key from a certificate. | |
| 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 | 
Return '1.2.840.10045.2.1 ecPublicKey' OID bytes.
| 
 | inline | 
Return EC P-256 SPKI except the key.