Package org.bouncycastle.mls.codec
Class GroupSecrets
java.lang.Object
org.bouncycastle.mls.codec.GroupSecrets
- All Implemented Interfaces:
MLSInputStream.Readable
,MLSOutputStream.Writable
public class GroupSecrets
extends Object
implements MLSInputStream.Readable, MLSOutputStream.Writable
-
Field Summary
FieldsModifier and TypeFieldDescriptionbyte[]
-
Constructor Summary
ConstructorsConstructorDescriptionGroupSecrets
(byte[] joiner_secret, PathSecret path_secret, List<PreSharedKeyID> psks) -
Method Summary
-
Field Details
-
joiner_secret
public byte[] joiner_secret -
path_secret
-
psks
-
-
Constructor Details
-
GroupSecrets
-
-
Method Details
-
writeTo
- Specified by:
writeTo
in interfaceMLSOutputStream.Writable
- Throws:
IOException
-