Class SignedPreKeyRecord
-
- All Implemented Interfaces:
-
org.signal.libsignal.internal.NativeHandleGuard.Owner
public class SignedPreKeyRecord extends NativeHandleGuard.SimpleOwner
-
-
Constructor Summary
Constructors Constructor Description SignedPreKeyRecord(int id, long timestamp, ECKeyPair keyPair, Array<byte> signature)SignedPreKeyRecord(Array<byte> serialized)
-
Method Summary
Modifier and Type Method Description intgetId()longgetTimestamp()ECKeyPairgetKeyPair()Array<byte>getSignature()Array<byte>serialize()-
Methods inherited from class org.signal.libsignal.internal.NativeHandleGuard.SimpleOwner
unsafeNativeHandleWithoutGuard -
Methods inherited from class org.signal.libsignal.internal.NativeHandleGuard.Owner
guard, guardedMap, guardedMapChecked, guardedRun, guardedRunChecked -
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-
Method Detail
-
getId
int getId()
-
getTimestamp
long getTimestamp()
-
getKeyPair
ECKeyPair getKeyPair()
-
getSignature
Array<byte> getSignature()
-
-
-
-