public class PreKeyRecord
extends java.lang.Object
| Constructor and Description |
|---|
PreKeyRecord(byte[] serialized) |
PreKeyRecord(int id,
ECKeyPair keyPair) |
| Modifier and Type | Method and Description |
|---|---|
int |
getId() |
ECKeyPair |
getKeyPair() |
byte[] |
serialize() |
public PreKeyRecord(int id,
ECKeyPair keyPair)
public PreKeyRecord(byte[] serialized)
throws java.io.IOException
java.io.IOExceptionpublic int getId()
public ECKeyPair getKeyPair()
public byte[] serialize()