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

Ta przestrzeń nazw obejmuje wszystkie interfejsy Weave dla protokołu eksportu kluczy w profilu zabezpieczeń Weave.

Podsumowanie

Wyliczenia

@256 enum | typ wyliczeniowy
@257 enum | typ wyliczeniowy
@258 enum | typ wyliczeniowy
@259 enum | typ wyliczeniowy

Funkcje

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)

Zajęcia

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

Implementuje podstawową logikę protokołu eksportu klucza Weave.

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

Abstrakcyjna klasa delegata wywoływana przez mechanizm KeyExport, aby wykonać różne działania związane z uwierzytelnianiem podczas eksportowania kluczy.

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

implementuje po stronie klienta protokół eksportu klucza Weave do użytku w samodzielnych kontekstach (wiadomości innych niż Weave).

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

Wyliczenia

@256

 @256

@257

 @257

@258

 @258

@259

 @259

Funkcje

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
)