Package org.bouncycastle.mls.TreeKEM
Class ParentNode
java.lang.Object
org.bouncycastle.mls.TreeKEM.ParentNode
- All Implemented Interfaces:
MLSInputStream.Readable
,MLSOutputStream.Writable
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionParentNode
(byte[] encryptionKey, byte[] parentHash, List<LeafIndex> unmerged_leaves) ParentNode
(MLSInputStream stream) -
Method Summary
-
Field Details
-
encryptionKey
protected byte[] encryptionKey
-
-
Constructor Details
-
ParentNode
-
ParentNode
- Throws:
IOException
-
-
Method Details
-
writeTo
- Specified by:
writeTo
in interfaceMLSOutputStream.Writable
- Throws:
IOException
-