nl:: Weave:: Profiles:: Security:: KeyExport:: WeaveKeyExport
#include <src/lib/profiles/security/WeaveKeyExport.h>
Triển khai logic cốt lõi của giao thức xuất khoá Weave.
Tóm tắt
Loại công khai |
|
---|---|
@260{
|
enum Trạng thái hiện tại của đối tượng WeaveKeyExport. |
Các thuộc tính công khai |
|
---|---|
ECDHPrivateKey[kMaxECDHPrivateKeySize]
|
uint8_t
|
ECDHPrivateKeyLen
|
uint16_t
|
ECDHPublicKey[kMaxECDHPublicKeySize]
|
uint8_t
|
EncryptionAndAuthenticationKey[kEncryptionAndAuthenticationKeySize]
|
uint8_t
|
GroupKeyStore
|
Con trỏ trỏ đến đối tượng kho khoá nhóm nền tảng.
|
KeyExportDelegate
|
Con trỏ đến đối tượng uỷ quyền xuất khoá.
|
SharedSecret[kMaxECDHSharedSecretSize]
|
uint8_t
|
SharedSecretLen
|
uint16_t
|
Hàm công khai |
|
---|---|
AllowedConfigs() const
|
uint8_t
|
GenerateKeyExportReconfigure(uint8_t *buf, uint16_t bufSize, uint16_t & msgLen)
|
|
GenerateKeyExportRequest(uint8_t *buf, uint16_t bufSize, uint16_t & msgLen, uint8_t proposedConfig, uint32_t keyId, bool signMessages)
|
|
GenerateKeyExportResponse(uint8_t *buf, uint16_t bufSize, uint16_t & msgLen, const WeaveMessageInfo *msgInfo)
|
|
Init(WeaveKeyExportDelegate *keyExportDelegate, GroupKeyStoreBase *groupKeyStore)
|
void
|
IsAllowedConfig(uint8_t config) const
|
bool
|
IsInitiator() const
|
bool
|
KeyId() const
|
uint32_t
|
MessageInfo() const
|
const WeaveMessageInfo *
|
ProcessKeyExportReconfigure(const uint8_t *buf, uint16_t msgSize, uint8_t & config)
|
|
ProcessKeyExportRequest(const uint8_t *buf, uint16_t msgSize, const WeaveMessageInfo *msgInfo)
|
|
ProcessKeyExportResponse(const uint8_t *buf, uint16_t msgSize, const WeaveMessageInfo *msgInfo, uint8_t *exportedKeyBuf, uint16_t exportedKeyBufSize, uint16_t & exportedKeyLen, uint32_t & exportedKeyId)
|
|
ProtocolConfig() const
|
uint8_t
|
Reset(void)
|
void
|
SetAllowedConfigs(uint8_t allowedConfigs)
|
void
|
Shutdown(void)
|
void
|
SignMessages() const
|
bool
|
State() const
|
uint8_t
|
Loại công khai
@260
@260
Trạng thái hiện tại của đối tượng WeaveKeyExport.
Thuộc tính | |
---|---|
kState_InitiatorDone
|
Trạng thái của trình khởi tạo cho biết rằng phản hồi xuất khoá đã được xử lý. |
kState_InitiatorGeneratingRequest
|
Trạng thái của trình khởi tạo cho biết thông báo yêu cầu xuất khoá đang được tạo. |
kState_InitiatorReconfigureProcessed
|
Trạng thái của trình khởi tạo cho biết thông báo định cấu hình lại quá trình xuất khoá đã được xử lý. |
kState_InitiatorRequestGenerated
|
Trạng thái của trình khởi tạo cho biết thông báo yêu cầu xuất khoá đã được tạo. |
kState_Reset
|
Trạng thái ban đầu (và cuối cùng) của đối tượng WeaveKeyExport. |
kState_ResponderDone
|
Trạng thái của phương thức phản hồi cho biết rằng thông báo phản hồi xuất khoá đã được tạo. |
kState_ResponderProcessingRequest
|
Trạng thái của phương thức phản hồi cho biết thông báo yêu cầu xuất khoá đang được xử lý. |
kState_ResponderRequestProcessed
|
Trạng thái của người trả lời cho biết rằng tin nhắn yêu cầu xuất khoá đã được xử lý. |
Các thuộc tính công khai
ECDHPrivateKey
uint8_t ECDHPrivateKey[kMaxECDHPrivateKeySize]
ECDHPrivateKeyLen
uint16_t ECDHPrivateKeyLen
ECDHPublicKey
uint8_t ECDHPublicKey[kMaxECDHPublicKeySize]
EncryptionAndAuthenticationKey
uint8_t EncryptionAndAuthenticationKey[kEncryptionAndAuthenticationKeySize]
KeyExportDelegate
WeaveKeyExportDelegate * KeyExportDelegate
Con trỏ đến một đối tượng uỷ quyền xuất khoá.
SharedSecret
uint8_t SharedSecret[kMaxECDHSharedSecretSize]
SharedSecretLen
uint16_t SharedSecretLen
Hàm công khai
AllowedConfigs
uint8_t AllowedConfigs() const
GenerateKeyExportReconfigure
WEAVE_ERROR GenerateKeyExportReconfigure( uint8_t *buf, uint16_t bufSize, uint16_t & msgLen )
GenerateKeyExportRequest
WEAVE_ERROR GenerateKeyExportRequest( uint8_t *buf, uint16_t bufSize, uint16_t & msgLen, uint8_t proposedConfig, uint32_t keyId, bool signMessages )
GenerateKeyExportResponse
WEAVE_ERROR GenerateKeyExportResponse( uint8_t *buf, uint16_t bufSize, uint16_t & msgLen, const WeaveMessageInfo *msgInfo )
Khởi tạo
void Init( WeaveKeyExportDelegate *keyExportDelegate, GroupKeyStoreBase *groupKeyStore )
IsAllowedConfig
bool IsAllowedConfig( uint8_t config ) const
IsInitiator
bool IsInitiator() const
KeyId
uint32_t KeyId() const
MessageInfo
const WeaveMessageInfo * MessageInfo() const
ProcessKeyExportReconfigure
WEAVE_ERROR ProcessKeyExportReconfigure( const uint8_t *buf, uint16_t msgSize, uint8_t & config )
ProcessKeyExportRequest
WEAVE_ERROR ProcessKeyExportRequest( const uint8_t *buf, uint16_t msgSize, const WeaveMessageInfo *msgInfo )
ProcessKeyExportResponse
WEAVE_ERROR ProcessKeyExportResponse( const uint8_t *buf, uint16_t msgSize, const WeaveMessageInfo *msgInfo, uint8_t *exportedKeyBuf, uint16_t exportedKeyBufSize, uint16_t & exportedKeyLen, uint32_t & exportedKeyId )
ProtocolConfig
uint8_t ProtocolConfig() const
Đặt lại
void Reset( void )
SetAllowedConfigs
void SetAllowedConfigs( uint8_t allowedConfigs )
Tắt
void Shutdown( void )
SignMessages
bool SignMessages() const
Tiểu bang
uint8_t State() const