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

Method add

mls/src/main/java/org/bouncycastle/mls/codec/Proposal.java:125–130  ·  view source on GitHub ↗
(KeyPackage newMember)

Source from the content-addressed store, hash-verified

123 }
124
125 public static Proposal add(KeyPackage newMember)
126 throws IOException
127 {
128 return new Proposal(ProposalType.ADD,
129 new Add(newMember), null, null, null, null, null, null);
130 }
131
132 public static Proposal update(LeafNode leafNode)
133 {

Callers 3

newMemberAddMethod · 0.95
addProposalMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected