Package org.signal.libsignal.svr2
Class Svr2Client
-
- All Implemented Interfaces:
-
org.signal.libsignal.internal.NativeHandleGuard.Owner
public class Svr2Client extends SgxClient
Svr2Client provides bindings to interact with Signal's v2 Secure Value Recovery service.
See the SgxClient docs for more information.
-
-
Constructor Summary
Constructors Constructor Description Svr2Client(Array<byte> mrenclave, Array<byte> attestationMsg, Instant currentInstant)
-
Method Summary
Modifier and Type Method Description -
Methods inherited from class org.signal.libsignal.sgxsession.SgxClient
completeHandshake, establishedRecv, establishedSend, initialRequest -
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
-
-