Interface SignalProtocolStore

    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
    • Field Summary

      Fields 
      Modifier and Type Field Description
    • Constructor Summary

      Constructors 
      Constructor Description
    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
    • Method Summary

      Modifier and Type Method Description
      • Methods inherited from class org.signal.libsignal.protocol.state.IdentityKeyStore

        getIdentity, getIdentityKeyPair, getLocalRegistrationId, isTrustedIdentity, saveIdentity
      • Methods inherited from class org.signal.libsignal.protocol.state.PreKeyStore

        containsPreKey, loadPreKey, removePreKey, storePreKey
      • Methods inherited from class org.signal.libsignal.protocol.state.SessionStore

        containsSession, deleteAllSessions, deleteSession, getSubDeviceSessions, loadExistingSessions, loadSession, storeSession
      • Methods inherited from class org.signal.libsignal.protocol.state.SignedPreKeyStore

        containsSignedPreKey, loadSignedPreKey, loadSignedPreKeys, removeSignedPreKey, storeSignedPreKey
      • Methods inherited from class org.signal.libsignal.protocol.groups.state.SenderKeyStore

        loadSenderKey, storeSenderKey
      • Methods inherited from class org.signal.libsignal.protocol.state.KyberPreKeyStore

        containsKyberPreKey, loadKyberPreKey, loadKyberPreKeys, markKyberPreKeyUsed, markKyberPreKeyUsed, storeKyberPreKey
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

    • Method Detail