nl::Weave::Crypto::EncodedRSAKey

總結

公開類型

@351 列舉

公開屬性

Key
uint8_t *
Len
uint16_t

公開函式

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

公開類型

@351

 @351

公開屬性

uint8_t * Key

uint16_t Len

公開函式

等於

bool IsEqual(
  const EncodedRSAKey & other
) const 

與其他 RSA 金鑰進行比較。

詳細資料
參數
[in] other
要比較金鑰的 EncodedRSAKey 物件。
傳回值
true
這些鍵相同。
false
這些鍵不等於。