Class MassReencryptResponse

    • 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 Integer getReencrypted() The number of session keys that were reencrypted for the given device.
      final Integer getFailed() The number of session keys that could not be reencrypted for the given device.
      • Methods inherited from class java.lang.Object

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

      • MassReencryptResponse

        MassReencryptResponse(Integer reencrypted, Integer failed)
    • Method Detail

      • getReencrypted

         final Integer getReencrypted()

        The number of session keys that were reencrypted for the given device.

      • getFailed

         final Integer getFailed()

        The number of session keys that could not be reencrypted for the given device.