Class UpdatePathNode
java.lang.Object
org.bouncycastle.mls.codec.UpdatePathNode
- All Implemented Interfaces:
MLSInputStream.Readable, MLSOutputStream.Writable
public class UpdatePathNode
extends Object
implements MLSInputStream.Readable, MLSOutputStream.Writable
-
Constructor Summary
ConstructorsConstructorDescriptionUpdatePathNode(byte[] encryption_key, List<HPKECiphertext> encrypted_path_secret) -
Method Summary
-
Constructor Details
-
UpdatePathNode
-
-
Method Details
-
getEncryptionKey
public byte[] getEncryptionKey() -
getEncryptedPathSecret
-
writeTo
- Specified by:
writeToin interfaceMLSOutputStream.Writable- Throws:
IOException
-