otPlatCryptoEcdsaKeyPair

#include <crypto.h>

ECDSA 鍵ペア(公開鍵と秘密鍵)を表します。

概要

鍵ペアは、RFC 5915 に準拠した Distinguished Encoding Rules(DER)形式を使用して保存されます。

パブリック属性

mDerBytes[125]
uint8_t
mDerLength
uint8_t

パブリック属性

mDerBytes

uint8_t otPlatCryptoEcdsaKeyPair::mDerBytes[125]

mDerLength

uint8_t otPlatCryptoEcdsaKeyPair::mDerLength

関連情報

OpenThread API リファレンスのトピックは、GitHub で入手できるソースコードに由来しています。 詳細について、またはドキュメントへの投稿については、リソースをご覧ください。