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

Method forMember

mls/src/main/java/org/bouncycastle/mls/codec/Sender.java:39–42  ·  view source on GitHub ↗
(LeafIndex sender)

Source from the content-addressed store, hash-verified

37 }
38
39 public static Sender forMember(LeafIndex sender)
40 {
41 return new Sender(SenderType.MEMBER, sender, -1);
42 }
43
44 public static Sender forExternal(int senderIndex)
45 {

Callers 11

protectMethod · 0.95
commitMethod · 0.95
protectMethod · 0.95
addMethod · 0.95
updateMethod · 0.95
removeMethod · 0.95
reinitMethod · 0.95
preSharedKeyMethod · 0.95
unprotectMethod · 0.95
testKeyScheduleMethod · 0.45

Calls

no outgoing calls

Tested by 2

protectMethod · 0.76
testKeyScheduleMethod · 0.36