public class OmemoMessage extends Object
Modifier and Type | Class and Description |
---|---|
static class |
OmemoMessage.Received
Incoming OMEMO message.
|
static class |
OmemoMessage.Sent
Outgoing OMEMO message.
|
Modifier and Type | Method and Description |
---|---|
OmemoElement |
getElement()
Return the original OmemoElement (<encrypted/>).
|
byte[] |
getIv()
Return the initialization vector belonging to the key.
|
byte[] |
getKey()
Return the messageKey (or transported key in case of a KeyTransportMessage).
|
public OmemoElement getElement()
public byte[] getKey()
public byte[] getIv()