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:
writeToin interfaceMLSOutputStream.Writable- Throws:
IOException
-