otPlatCryptoEcdsaKeyPair
#include <crypto.h>
Represents an ECDSA key pair (public and private keys).
Summary
The key pair is stored using Distinguished Encoding Rules (DER) format (per RFC 5915).
Public attributes |
|
---|---|
mDerBytes[125]
|
uint8_t
|
mDerLength
|
uint8_t
|
Public attributes
mDerBytes
uint8_t otPlatCryptoEcdsaKeyPair::mDerBytes[125]
mDerLength
uint8_t otPlatCryptoEcdsaKeyPair::mDerLength
Resources
OpenThread API Reference topics originate from the source code, available on GitHub. For more information, or to contribute to our documentation, refer to Resources.