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

Method remove

mls/src/main/java/org/bouncycastle/mls/codec/Proposal.java:138–142  ·  view source on GitHub ↗
(LeafIndex removed)

Source from the content-addressed store, hash-verified

136 }
137
138 public static Proposal remove(LeafIndex removed)
139 {
140 return new Proposal(ProposalType.REMOVE, null, null,
141 new Remove(removed), null, null, null, null);
142 }
143
144 public static Proposal preSharedKey(PreSharedKeyID pskID)
145 {

Callers 4

removeMethod · 0.95
removeProposalMethod · 0.95

Calls

no outgoing calls

Tested by 1