nl::Weave::Crypto::EncodedRSAKey

摘要

公開類型

@351 列舉

公開屬性

Key
uint8_t *
Len
uint16_t

公開函式

IsEqual(const EncodedRSAKey & other) const
bool
與其他 RSA 金鑰比較。

公開類型

@351

 @351

公開屬性

uint8_t * Key

Len

uint16_t Len

公開函式

IsEqual

bool IsEqual(
  const EncodedRSAKey & other
) const 

與其他 RSA 金鑰比較。

詳細資料
參數
[in] other
應與哪個金鑰比較的 EncodedRSAKey 物件。
傳回值
true
這些鍵的作用都相同,
false
這些鍵不相等。