public static class OmemoVAxolotlElement.OmemoHeader
extends java.lang.Object
| Modifier and Type | Class and Description |
|---|---|
static class |
OmemoVAxolotlElement.OmemoHeader.Key
Small class to collect key (byte[]), its id and whether its a prekey or not.
|
| Constructor and Description |
|---|
OmemoHeader(int sid,
java.util.ArrayList<OmemoVAxolotlElement.OmemoHeader.Key> keys,
byte[] iv) |
| Modifier and Type | Method and Description |
|---|---|
byte[] |
getIv() |
java.util.ArrayList<OmemoVAxolotlElement.OmemoHeader.Key> |
getKeys() |
int |
getSid()
Return the deviceId of the sender of the message.
|
public OmemoHeader(int sid,
java.util.ArrayList<OmemoVAxolotlElement.OmemoHeader.Key> keys,
byte[] iv)
public int getSid()
public java.util.ArrayList<OmemoVAxolotlElement.OmemoHeader.Key> getKeys()
public byte[] getIv()