public class RatchetSessionTag extends Object
Modifier and Type | Field and Description |
---|---|
static int |
LENGTH |
Constructor and Description |
---|
RatchetSessionTag(byte[] val) |
RatchetSessionTag(long val) |
public static final int LENGTH
public RatchetSessionTag(long val)
public RatchetSessionTag(byte[] val)
val
- will copy the first 8 bytes. Reference will not be kept.public byte[] getData()
public long getLong()
public int length()
public String toBase64()
public int hashCode()