Class RecipientWithRights

  • All Implemented Interfaces:

    
    public final class RecipientWithRights
    
                        

    RecipientWithRight represents a recipient with associated rights. Default rights are: read: true, forward: true, revoke: false Default rights for the current user when creating an encryptionSession are read: true, forward: true, revoke: true

    • 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 getRecipientId() Internal Seald IDs.
      final RecipientRights getRights() The rights for the associated recipient ID.
      • Methods inherited from class java.lang.Object

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

      • getRecipientId

         final String getRecipientId()

        Internal Seald IDs. Returned for users with sdk.getCurrentAccountInfo, for groups when creating them.