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

公共函数

IsEqual

bool IsEqual(
  const EncodedRSAKey & other
) const 

与另一个 RSA 密钥比较。

具体说明
参数
[in] other
应与密钥进行比较的 EncodedRSAKey 对象。
返回值
true
这些键相等。
false
键不相等。