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 키 내보내기 프로토콜의 핵심 로직을 구현합니다. |
nl:: |
키를 내보내는 동안 인증과 관련된 다양한 작업을 수행하기 위해 KeyExport 엔진에서 호출하는 추상 위임 클래스입니다. |
nl:: |
독립형 (Weave가 아닌 메시지) 컨텍스트에서 사용하기 위해 Weave 키 내보내기 프로토콜의 클라이언트 측을 구현합니다. |
nl:: |
열거
@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 )