Package org.bouncycastle.mls.TreeKEM
Class ParentHashInput
java.lang.Object
org.bouncycastle.mls.TreeKEM.ParentHashInput
- All Implemented Interfaces:
MLSInputStream.Readable
,MLSOutputStream.Writable
public class ParentHashInput
extends Object
implements MLSInputStream.Readable, MLSOutputStream.Writable
-
Constructor Summary
ConstructorsConstructorDescriptionParentHashInput
(byte[] encryptionKey, byte[] parentHash, byte[] originalSiblingTreeHash) ParentHashInput
(MLSInputStream stream) -
Method Summary
-
Constructor Details
-
ParentHashInput
- Throws:
IOException
-
ParentHashInput
public ParentHashInput(byte[] encryptionKey, byte[] parentHash, byte[] originalSiblingTreeHash)
-
-
Method Details
-
writeTo
- Specified by:
writeTo
in interfaceMLSOutputStream.Writable
- Throws:
IOException
-