Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
protect
Method · 0.95
commit
Method · 0.95
protect
Method · 0.95
add
Method · 0.95
update
Method · 0.95
groupContextExtensions
Method · 0.95
remove
Method · 0.95
reinit
Method · 0.95
preSharedKey
Method · 0.95
unprotect
Method · 0.95
testKeySchedule
Method · 0.45
Calls
no outgoing calls
Tested by
2
protect
Method · 0.76
testKeySchedule
Method · 0.36