Package org.bouncycastle.mls.codec
Class Proposal.ReInit
java.lang.Object
org.bouncycastle.mls.codec.Proposal.ReInit
- All Implemented Interfaces:
MLSInputStream.Readable
,MLSOutputStream.Writable
- Enclosing class:
Proposal
public static class Proposal.ReInit
extends Object
implements MLSInputStream.Readable, MLSOutputStream.Writable
-
Constructor Summary
ConstructorsConstructorDescriptionReInit
(byte[] group_id, ProtocolVersion version, MlsCipherSuite cipherSuite, List<Extension> extensions) -
Method Summary
-
Constructor Details
-
ReInit
public ReInit(byte[] group_id, ProtocolVersion version, MlsCipherSuite cipherSuite, List<Extension> extensions)
-
-
Method Details
-
getVersion
-
getGroupID
public byte[] getGroupID() -
getSuite
-
getExtensions
-
writeTo
- Specified by:
writeTo
in interfaceMLSOutputStream.Writable
- Throws:
IOException
-