Package io.seald.seald_sdk
Class DeviceMissingKeys
-
- All Implemented Interfaces:
public final class DeviceMissingKeysRepresents a device of the current account which is missing some keys, and for which you probably want to call SealdSDK.massReencrypt.
-
-
Constructor Summary
Constructors Constructor Description DeviceMissingKeys(String deviceId)
-
Method Summary
Modifier and Type Method Description final StringgetDeviceId()The ID of the device which is missing some keys. -
-
Constructor Detail
-
DeviceMissingKeys
DeviceMissingKeys(String deviceId)
-
-
Method Detail
-
getDeviceId
final String getDeviceId()
The ID of the device which is missing some keys.
-
-
-
-