nl::Weave::Crypto::EncodedRSAKey

概要

パブリック タイプ

@351 enum

パブリック属性

Key
uint8_t *
Len
uint16_t

パブリック関数

IsEqual(const EncodedRSAKey & other) const
bool
別の RSA 鍵と比較します。

パブリック タイプ

@351

 @351

パブリック属性

キー

uint8_t * Key

レン

uint16_t Len

パブリック関数

IsEqual

bool IsEqual(
  const EncodedRSAKey & other
) const 

別の RSA 鍵と比較します。

詳細
パラメータ
[in] other
鍵の比較対象となる EncodedRSAKey オブジェクト。
戻り値
true
鍵が同じである。
false
鍵が等しくない。