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

Method reInit

mls/src/main/java/org/bouncycastle/mls/codec/Proposal.java:150–154  ·  view source on GitHub ↗
(byte[] group_id, ProtocolVersion version, MlsCipherSuite cipherSuite, List<Extension> extensions)

Source from the content-addressed store, hash-verified

148 }
149
150 public static Proposal reInit(byte[] group_id, ProtocolVersion version, MlsCipherSuite cipherSuite, List<Extension> extensions)
151 {
152 return new Proposal(ProposalType.REINIT, null, null, null, null,
153 new ReInit(group_id, version, cipherSuite, extensions), null, null);
154 }
155
156 public static Proposal externalInit(byte[] kemOutput)
157 {

Callers 2

reinitMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected