@Beta public interface DeviceKeyStore extends Store<DeviceKeyEvent,DeviceKeyStoreDelegate>
| Modifier and Type | Method and Description | 
|---|---|
void | 
createOrUpdateDeviceKey(DeviceKey deviceKey)
Creates or updates a device key. 
 | 
void | 
deleteDeviceKey(DeviceKeyId deviceKeyId)
Deletes a device key by a specific device key identifier. 
 | 
DeviceKey | 
getDeviceKey(DeviceKeyId deviceKeyId)
Returns the device key matching a device key identifier. 
 | 
Collection<DeviceKey> | 
getDeviceKeys()
Returns all device keys. 
 | 
hasDelegate, setDelegate, unsetDelegatevoid createOrUpdateDeviceKey(DeviceKey deviceKey)
deviceKey - device keyvoid deleteDeviceKey(DeviceKeyId deviceKeyId)
deviceKeyId - device key unique identifierCollection<DeviceKey> getDeviceKeys()
DeviceKey getDeviceKey(DeviceKeyId deviceKeyId)
deviceKeyId - device key unique identifier