MCPcopy Index your code
hub / github.com/bcgit/bc-java / handle

Method handle

mls/src/main/java/org/bouncycastle/mls/protocol/Group.java:634–638  ·  view source on GitHub ↗
(byte[] mlsMessageBytes, Group cachedGroup)

Source from the content-addressed store, hash-verified

632 }
633
634 public Group handle(byte[] mlsMessageBytes, Group cachedGroup)
635 throws Exception
636 {
637 return handle(mlsMessageBytes, cachedGroup, null);
638 }
639
640 public Group handle(byte[] mlsMessageBytes, Group cachedGroup, CommitParameters expectedParams)
641 throws Exception

Calls 15

decodeMethod · 0.95
getGroupContextMethod · 0.95
verifyAuthMethod · 0.95
areEqualMethod · 0.95
getGroupIDMethod · 0.95
getEpochMethod · 0.95
getContentTypeMethod · 0.95
cacheProposalMethod · 0.95
getSenderMethod · 0.95
getCommitMethod · 0.95
mustResolveMethod · 0.95
getProposalsMethod · 0.95