Message


public class Message
extends Object

java.lang.Object
   ↳ android.crypto.hpke.Message


Summary

Public constructors

Message(byte[] encapsulated, byte[] ciphertext)

Public methods

byte[] getCiphertext()
byte[] getEncapsulated()

Inherited methods

Public constructors

Message

public Message (byte[] encapsulated, 
                byte[] ciphertext)

Parameters
encapsulated byte: This value cannot be null.

ciphertext byte: This value cannot be null.

Public methods

getCiphertext

public byte[] getCiphertext ()

Returns
byte[] This value cannot be null.

getEncapsulated

public byte[] getEncapsulated ()

Returns
byte[] This value cannot be null.