Method
update
(Proposal update, MessageOptions msgOptions)
Source from the content-addressed store, hash-verified
| 1376 | } |
| 1377 | |
| 1378 | public MLSMessage update(Proposal update, MessageOptions msgOptions) |
| 1379 | throws Exception |
| 1380 | { |
| 1381 | AuthenticatedContent contentAuth = sign( |
| 1382 | Sender.forMember(index), |
| 1383 | update, |
| 1384 | msgOptions.authenticatedData, |
| 1385 | msgOptions.encrypt |
| 1386 | ); |
| 1387 | return protect(contentAuth, msgOptions.paddingSize); |
| 1388 | } |
| 1389 | |
| 1390 | public MLSMessage groupContextExtensions(List<Extension> extensions, MessageOptions msgOptions) |
| 1391 | throws Exception |
Callers
nothing calls this directly
Tested by
no test coverage detected