Class KyberPreKeyRecord
-
- All Implemented Interfaces:
-
org.signal.libsignal.internal.NativeHandleGuard.Owner
public class KyberPreKeyRecord extends NativeHandleGuard.SimpleOwner
-
-
Constructor Summary
Constructors Constructor Description KyberPreKeyRecord(int id, long timestamp, KEMKeyPair keyPair, Array<byte> signature)KyberPreKeyRecord(Array<byte> serialized)
-
Method Summary
Modifier and Type Method Description intgetId()longgetTimestamp()KEMKeyPairgetKeyPair()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
-
-
Constructor Detail
-
KyberPreKeyRecord
KyberPreKeyRecord(int id, long timestamp, KEMKeyPair keyPair, Array<byte> signature)
-
KyberPreKeyRecord
KyberPreKeyRecord(Array<byte> serialized)
-
-
Method Detail
-
getId
int getId()
-
getTimestamp
long getTimestamp()
-
getKeyPair
KEMKeyPair getKeyPair()
-
getSignature
Array<byte> getSignature()
-
-
-
-