Class Cds2Client

  • All Implemented Interfaces:
    org.signal.libsignal.internal.NativeHandleGuard.Owner

    
    public class Cds2Client
    extends SgxClient
                        

    Cds2Client provides bindings to interact with Signal's v2 Contact Discovery Service.

    See the SgxClient docs for more information.

    A future update to Cds2Client will implement additional parts of the contact discovery protocol.

    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
    • Field Summary

      Fields 
      Modifier and Type Field Description
    • Constructor Summary

      Constructors 
      Constructor Description
      Cds2Client(Array<byte> mrenclave, Array<byte> attestationMsg, Instant currentInstant)
    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
    • 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
    • Constructor Detail

      • Cds2Client

        Cds2Client(Array<byte> mrenclave, Array<byte> attestationMsg, Instant currentInstant)
    • Method Detail