Class KEMPublicKey
-
- All Implemented Interfaces:
-
org.signal.libsignal.internal.NativeHandleGuard.Owner,org.signal.libsignal.protocol.SerializablePublicKey
public final class KEMPublicKey extends NativeHandleGuard.SimpleOwner implements SerializablePublicKey
-
-
Constructor Summary
Constructors Constructor Description KEMPublicKey(ByteArray serialized, Integer offset)KEMPublicKey(ByteArray serialized, Integer offset, Integer length)KEMPublicKey(ByteArray serialized)KEMPublicKey(Long nativeHandle)
-
Method Summary
Modifier and Type Method Description final ByteArrayserialize()Booleanequals(Object other)IntegerhashCode()-
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
-
-