Interface SignalProtocolStore
-
- All Implemented Interfaces:
-
org.signal.libsignal.protocol.groups.state.SenderKeyStore,org.signal.libsignal.protocol.state.IdentityKeyStore,org.signal.libsignal.protocol.state.KyberPreKeyStore,org.signal.libsignal.protocol.state.PreKeyStore,org.signal.libsignal.protocol.state.SessionStore,org.signal.libsignal.protocol.state.SignedPreKeyStore
public interface SignalProtocolStore implements IdentityKeyStore, PreKeyStore, SessionStore, SignedPreKeyStore, SenderKeyStore, KyberPreKeyStore
-
-
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
-
-