Class DeviceMissingKeys

  • All Implemented Interfaces:

    
    public final class DeviceMissingKeys
    
                        

    Represents a device of the current account which is missing some keys, and for which you probably want to call SealdSDK.massReencrypt.

    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
    • Method Summary

      Modifier and Type Method Description
      final String getDeviceId() The ID of the device which is missing some keys.
      final Integer getCount() The number of keys missing for this device.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • DeviceMissingKeys

        DeviceMissingKeys(String deviceId, Integer count)
    • Method Detail

      • getDeviceId

         final String getDeviceId()

        The ID of the device which is missing some keys.

      • getCount

         final Integer getCount()

        The number of keys missing for this device. Warning: the count may be lower than reality if the device was recently created, as the server may still be provisioning keys for this device. In that case, you can still call SealdSDK.massReencrypt for that device.