Package org.bouncycastle.mls.codec
Class HPKECiphertext
java.lang.Object
org.bouncycastle.mls.codec.HPKECiphertext
- All Implemented Interfaces:
MLSInputStream.Readable
,MLSOutputStream.Writable
public class HPKECiphertext
extends Object
implements MLSInputStream.Readable, MLSOutputStream.Writable
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
HPKECiphertext
public HPKECiphertext(byte[] kem_output, byte[] ciphertext)
-
-
Method Details
-
getKemOutput
public byte[] getKemOutput() -
getCiphertext
public byte[] getCiphertext() -
writeTo
- Specified by:
writeTo
in interfaceMLSOutputStream.Writable
- Throws:
IOException
-