Google은 흑인 공동체를 위한 인종적 평등을 추구하기 위해 노력하고 있습니다. 자세히 알아보기

nl :: 짜다:: 프로필 :: 보안:: 앱키 :: DummyGroupKeyStore

요약

계승

에서 상속 : NL :: 위브 :: 프로필 :: 보안 :: AppKeys :: GroupKeyStoreBase

생성자와 소멸자

DummyGroupKeyStore (void)

공공 기능

Clear (void)
virtual WEAVE_ERROR
DeleteGroupKey (uint32_t keyId)
virtual WEAVE_ERROR
DeleteGroupKeysOfAType (uint32_t keyType)
virtual WEAVE_ERROR
EnumerateGroupKeys (uint32_t keyType, uint32_t *keyIds, uint8_t keyIdsArraySize, uint8_t & keyCount)
virtual WEAVE_ERROR
RetrieveGroupKey (uint32_t keyId, WeaveGroupKey & key)
virtual WEAVE_ERROR
StoreGroupKey (const WeaveGroupKey & key)
virtual WEAVE_ERROR

공공 기능

맑은

virtual WEAVE_ERROR Clear(
  void
)

DeleteGroupKey

virtual WEAVE_ERROR DeleteGroupKey(
  uint32_t keyId
)

DeleteGroupKeysOfAType

virtual WEAVE_ERROR DeleteGroupKeysOfAType(
  uint32_t keyType
)

DummyGroupKeyStore

 DummyGroupKeyStore(
  void
)

EnumerateGroupKeys

virtual WEAVE_ERROR EnumerateGroupKeys(
  uint32_t keyType,
  uint32_t *keyIds,
  uint8_t keyIdsArraySize,
  uint8_t & keyCount
)

RetrieveGroupKey

virtual WEAVE_ERROR RetrieveGroupKey(
  uint32_t keyId,
  WeaveGroupKey & key
)

StoreGroupKey

virtual WEAVE_ERROR StoreGroupKey(
  const WeaveGroupKey & key
)