Managing Groups in Cpp
In the TE system, a group is created as a means of allowing two or more users to share encrypted data. Groups are defined by the TEGroupInfo class, which is derived from the TEPrincipalInfo class. As a result, many of the methods used to manage groups are the same as those used to manage principals, and are described in Managing Principals. Code samples for a few additional methods used in managing principals' group memberships are listed below.