nl::Weave::Profiles::Security::KeyExport

מרחב השמות הזה כולל את כל הממשקים ב-Weave לפרוטוקול הייצוא של מפתחות בפרופיל האבטחה של Weave.

סיכום

ספירות

@256 טיפוסים בני מנייה (enum)
@257 טיפוסים בני מנייה (enum)
@258 טיפוסים בני מנייה (enum)
@259 טיפוסים בני מנייה (enum)

פונקציות

GenerateSHA256Hash(const uint8_t *msgStart, uint16_t msgLen, uint8_t *msgHash)
void
SimulateDeviceKeyExport(const uint8_t *deviceCert, uint16_t deviceCertLen, const uint8_t *devicePrivKey, uint16_t devicePrivKeyLen, const uint8_t *trustRootCert, uint16_t trustRootCertLen, const uint8_t *exportReq, uint16_t exportReqLen, uint8_t *exportRespBuf, uint16_t exportRespBufSize, uint16_t & exportRespLen, bool & respIsReconfig)

מחלקות

nl::Weave::Profiles::Security::KeyExport::WeaveKeyExport

מטמיע את הלוגיקה העיקרית של פרוטוקול הייצוא של מפתחות Weave.

nl::Weave::Profiles::Security::KeyExport::WeaveKeyExportDelegate

שימוש במחלקת גישה מופשטת שנקראת על ידי מנוע KeyExport כדי לבצע פעולות שונות שקשורות לאימות במהלך ייצוא המפתח.

nl::Weave::Profiles::Security::KeyExport::WeaveStandAloneKeyExportClient

מטמיע את צד הלקוח של פרוטוקול הייצוא של מפתחות Weave לשימוש בהקשרים עצמאיים (שאינם הודעות Weave).

nl::Weave::Profiles::Security::KeyExport::__FINAL

ספירות

@256

 @256

@257

 @257

@258

 @258

@259

 @259

פונקציות

GenerateSHA256Hash

void GenerateSHA256Hash(
  const uint8_t *msgStart,
  uint16_t msgLen,
  uint8_t *msgHash
)

SimulateDeviceKeyExport

WEAVE_ERROR SimulateDeviceKeyExport(
  const uint8_t *deviceCert,
  uint16_t deviceCertLen,
  const uint8_t *devicePrivKey,
  uint16_t devicePrivKeyLen,
  const uint8_t *trustRootCert,
  uint16_t trustRootCertLen,
  const uint8_t *exportReq,
  uint16_t exportReqLen,
  uint8_t *exportRespBuf,
  uint16_t exportRespBufSize,
  uint16_t & exportRespLen,
  bool & respIsReconfig
)