Class RecipientRights

  • All Implemented Interfaces:

    
    public final class RecipientRights
    
                        

    RecipientRights represents the rights a user can have over an encrypted message or an encryption session.

    • 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 Boolean getRead() The right to read the message.
      final Boolean getForward() The right to revoke another user from a message, or to remove rights from them.
      final Boolean getRevoke() The right to forward the message to another user.
      • Methods inherited from class java.lang.Object

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

      • getForward

         final Boolean getForward()

        The right to revoke another user from a message, or to remove rights from them.

      • getRevoke

         final Boolean getRevoke()

        The right to forward the message to another user.