MCPcopy Create free account
hub / github.com/bcgit/bc-java / update

Method update

mls/src/main/java/org/bouncycastle/mls/protocol/Group.java:1378–1388  ·  view source on GitHub ↗
(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

Calls 3

signMethod · 0.95
forMemberMethod · 0.95
protectMethod · 0.95

Tested by

no test coverage detected