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 Details

    • HPKECiphertext

      public HPKECiphertext(byte[] kem_output, byte[] ciphertext)
  • Method Details