Package org.bouncycastle.mls.TreeKEM
Class TreeHashInput
java.lang.Object
org.bouncycastle.mls.TreeKEM.TreeHashInput
- All Implemented Interfaces:
MLSInputStream.Readable
,MLSOutputStream.Writable
public class TreeHashInput
extends Object
implements MLSInputStream.Readable, MLSOutputStream.Writable
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic TreeHashInput
forLeafNode
(LeafNodeHashInput leafNode) static TreeHashInput
forParentNode
(ParentNodeHashInput parentNode) void
writeTo
(MLSOutputStream stream)
-
Constructor Details
-
TreeHashInput
- Throws:
IOException
-
-
Method Details
-
forLeafNode
-
forParentNode
-
writeTo
- Specified by:
writeTo
in interfaceMLSOutputStream.Writable
- Throws:
IOException
-