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
金鑰不相等。