nl::Weave::Crypto::EncodedRSAKey

Summary

Public types

@351 enum

Public attributes

Key
uint8_t *
Len
uint16_t

Public functions

IsEqual(const EncodedRSAKey & other) const
bool
Compares with another RSA key.

Public types

@351

 @351

Public attributes

Key

uint8_t * Key

Len

uint16_t Len

Public functions

IsEqual

bool IsEqual(
  const EncodedRSAKey & other
) const 

Compares with another RSA key.

Details
Parameters
[in] other
The EncodedRSAKey object with which key should be compared.
Return Values
true
The keys are equal.
false
The keys are not equal.