public class DecryptedMessage
extends java.lang.Object
Modifier and Type | Class and Description |
---|---|
static class |
DecryptedMessage.EncryptionState |
Constructor and Description |
---|
DecryptedMessage(byte[] data,
RadixAddress from,
RadixAddress to,
DecryptedMessage.EncryptionState encryptionState,
long timestamp,
EUID actionId) |
Modifier and Type | Method and Description |
---|---|
EUID |
getActionId()
The unique id for the this message action
|
byte[] |
getData() |
DecryptedMessage.EncryptionState |
getEncryptionState() |
RadixAddress |
getFrom() |
long |
getTimestamp() |
RadixAddress |
getTo() |
java.lang.String |
toString() |
public DecryptedMessage(byte[] data, RadixAddress from, RadixAddress to, DecryptedMessage.EncryptionState encryptionState, long timestamp, EUID actionId)
public EUID getActionId()
public DecryptedMessage.EncryptionState getEncryptionState()
public byte[] getData()
public RadixAddress getTo()
public RadixAddress getFrom()
public long getTimestamp()
public java.lang.String toString()
toString
in class java.lang.Object