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 TreeHashInputforLeafNode(LeafNodeHashInput leafNode) static TreeHashInputforParentNode(ParentNodeHashInput parentNode) voidwriteTo(MLSOutputStream stream)
-
Constructor Details
-
TreeHashInput
- Throws:
IOException
-
-
Method Details
-
forLeafNode
-
forParentNode
-
writeTo
- Specified by:
writeToin interfaceMLSOutputStream.Writable- Throws:
IOException
-