nl::Weave::프로필::보안::키 내보내기

이 네임스페이스는 Weave 보안 프로필 내 키 내보내기 프로토콜에 Weave 내의 모든 인터페이스를 포함합니다.

요약

열거

@256 enum
@257 enum
@258 enum
@259 enum

Functions

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::프로필::보안::키 내보내기::WeaveKeyExport

Weave 키 내보내기 프로토콜의 핵심 로직을 구현합니다.

nl::Weave::프로필::보안::키 내보내기::WeaveKeyExportDelegate

키 내보내기 중에 인증과 관련된 다양한 작업을 실행하기 위해 KeyExport 엔진에서 호출하는 추상 대리자 클래스입니다.

nl::Weave::프로필::보안::키 내보내기:WeaveStandAloneKeyExportClient

독립 실행형 (Weave 외 메시지) 컨텍스트에서 사용하도록 Weave 키 내보내기 프로토콜의 클라이언트 측을 구현합니다.

nl::Weave::프로필::보안::키 내보내기:__FINAL

열거

@256

 @256

@257

 @257

@258

 @258

@259

 @259

Functions

생성 SHA256Hash

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

DeviceKeyExport 시뮬레이션

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
)