nl::
  この名前空間には、Weave セキュリティ プロファイル内の鍵エクスポート プロトコル用の Weave 内のすべてのインターフェースが含まれます。
概要
| 列挙型 | |
|---|---|
| @256 | enum | 
| @257 | enum | 
| @258 | enum | 
| @259 | enum | 
| 関数 | |
|---|---|
| GenerateSHA256Hash(const uint8_t *msgStart, uint16_t msgLen, uint8_t *msgHash) | void | 
| SimulateDeviceKeyExport(const uint8_t *deviceCert, uint16_t deviceCertLen, const uint8_t *devicePrivKey, uint16_t devicePrivKeyLen, const uint8_t *trustRootCert, uint16_t trustRootCertLen, const uint8_t *exportReq, uint16_t exportReqLen, uint8_t *exportRespBuf, uint16_t exportRespBufSize, uint16_t & exportRespLen, bool & respIsReconfig) | |
| クラス | |
|---|---|
| nl:: | Weave 鍵のエクスポート プロトコルのコアロジックを実装します。 | 
| nl:: | 鍵のエクスポート中に認証に関連するさまざまなアクションを実行するために KeyExport エンジンによって呼び出される抽象デリゲート クラスです。 | 
| nl:: | スタンドアロン(Weave 以外のメッセージング)コンテキストで使用するために、Weave 鍵エクスポート プロトコルのクライアント側を実装します。 | 
| nl:: | |
列挙型
@256
@256
@257
@257
@258
@258
@259
@259
関数
GenerateSHA256Hash
void GenerateSHA256Hash( const uint8_t *msgStart, uint16_t msgLen, uint8_t *msgHash )
SimulateDeviceKeyExport
WEAVE_ERROR SimulateDeviceKeyExport( const uint8_t *deviceCert, uint16_t deviceCertLen, const uint8_t *devicePrivKey, uint16_t devicePrivKeyLen, const uint8_t *trustRootCert, uint16_t trustRootCertLen, const uint8_t *exportReq, uint16_t exportReqLen, uint8_t *exportRespBuf, uint16_t exportRespBufSize, uint16_t & exportRespLen, bool & respIsReconfig )