Package org.signal.libsignal.protocol
Interface SerializablePublicKey
-
- All Implemented Interfaces:
-
org.signal.libsignal.internal.NativeHandleGuard.Owner
public interface SerializablePublicKey implements NativeHandleGuard.Owner
Marker interface for public key types compatible with native code.
This is only implemented by org.signal.libsignal.protocol.ecc.ECPublicKey and . If that changes, the corresponding Rust conversion code should be updated.
-
-
Method Summary
Modifier and Type Method Description -
Methods inherited from class org.signal.libsignal.internal.NativeHandleGuard.Owner
guard, guardedMap, guardedMapChecked, guardedRun, guardedRunChecked, unsafeNativeHandleWithoutGuard -
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-