Class PreKeyRecord
-
- All Implemented Interfaces:
-
org.signal.libsignal.internal.NativeHandleGuard.Owner
public class PreKeyRecord extends NativeHandleGuard.SimpleOwner
-
-
Constructor Summary
Constructors Constructor Description PreKeyRecord(int id, ECKeyPair keyPair)PreKeyRecord(Array<byte> serialized)
-
Method Summary
Modifier and Type Method Description intgetId()ECKeyPairgetKeyPair()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
-
-