nl::Weave::Crypto::EncodedHMACSignature

摘要

公開類型

@350 列舉

公開屬性

Len
uint8_t
Sig
uint8_t *

公開函式

IsEqual(const EncodedHMACSignature & other) const
bool
與其他 HMAC 簽名進行比較。
ReadSignature(TLVReader & reader)
這個外掛程式能從指定的 TLV 讀取器,將簽章讀取為 Weave HMAC 簽名結構。
WriteSignature(TLVWriter & writer, uint64_t tag) const
以 Weave HMAC 簽章結構的形式,使用指定標記將簽章寫入指定的 TLV 寫入器。

公開類型

350 次

 @350

公開屬性

Len

uint8_t Len

錫格文

uint8_t * Sig

公開函式

IsEqual

bool IsEqual(
  const EncodedHMACSignature & other
) const 

與其他 HMAC 簽名進行比較。

詳細資料
參數
[in] other
要比對簽章的 EncodedHMACSignature 物件,
傳回值
true
簽章相同,
false
簽章不相等。

ReadSignature

WEAVE_ERROR ReadSignature(
  TLVReader & reader
)

這個外掛程式能從指定的 TLV 讀取器,將簽章讀取為 Weave HMAC 簽名結構。

詳細資料
參數
[in] reader
系統應讀取已編碼簽名的 TLVReader 物件。
傳回值
WEAVE_NO_ERROR
如果作業成功,
other
與簽名讀取相關的其他 Weave 錯誤代碼。

WriteSignature

WEAVE_ERROR WriteSignature(
  TLVWriter & writer,
  uint64_t tag
) const 

以 Weave HMAC 簽章結構的形式,使用指定標記將簽章寫入指定的 TLV 寫入器。

詳細資料
參數
[in] writer
要寫入編碼簽名的 TLVWriter 物件。
[in] tag
TLV 標記來與編碼的簽名結構建立關聯。
傳回值
WEAVE_NO_ERROR
如果作業成功,
other
與簽名寫入相關的其他 Weave 錯誤代碼。