- saveIdentity(SignalProtocolAddress, IdentityKey) - Method in class org.jivesoftware.smackx.omemo.signal.SignalOmemoStoreConnector
-
- setup() - Static method in class org.jivesoftware.smackx.omemo.signal.SignalOmemoService
-
- SignalCachingOmemoStore - Class in org.jivesoftware.smackx.omemo.signal
-
Implementation of the CachingOmemoStore for smack-omemo-signal.
- SignalCachingOmemoStore(OmemoStore<IdentityKeyPair, IdentityKey, PreKeyRecord, SignedPreKeyRecord, SessionRecord, SignalProtocolAddress, ECPublicKey, PreKeyBundle, SessionCipher>) - Constructor for class org.jivesoftware.smackx.omemo.signal.SignalCachingOmemoStore
-
Create a new SignalCachingOmemoStore as a caching layer around a persisting OmemoStore
(eg.
- SignalCachingOmemoStore() - Constructor for class org.jivesoftware.smackx.omemo.signal.SignalCachingOmemoStore
-
Create a new SignalCachingOmemoStore as an ephemeral standalone OmemoStore.
- SignalFileBasedOmemoStore - Class in org.jivesoftware.smackx.omemo.signal
-
Implementation of a FileBasedOmemoStore for the smack-omemo-signal module.
- SignalFileBasedOmemoStore(File) - Constructor for class org.jivesoftware.smackx.omemo.signal.SignalFileBasedOmemoStore
-
- SignalOmemoKeyUtil - Class in org.jivesoftware.smackx.omemo.signal
-
Concrete implementation of the KeyUtil for an implementation using the Signal library.
- SignalOmemoKeyUtil() - Constructor for class org.jivesoftware.smackx.omemo.signal.SignalOmemoKeyUtil
-
- SignalOmemoRatchet - Class in org.jivesoftware.smackx.omemo.signal
-
- SignalOmemoService - Class in org.jivesoftware.smackx.omemo.signal
-
Concrete implementation of the OmemoService using the Signal library.
- SignalOmemoStore - Class in org.jivesoftware.smackx.omemo.signal
-
Implementation of the OmemoStore using the Signal library.
- SignalOmemoStore() - Constructor for class org.jivesoftware.smackx.omemo.signal.SignalOmemoStore
-
- SignalOmemoStoreConnector - Class in org.jivesoftware.smackx.omemo.signal
-
Class that adapts libsignal-protocol-java's Store classes to the OmemoStore class.
- SignalOmemoStoreConnector(OmemoManager, OmemoStore<IdentityKeyPair, IdentityKey, PreKeyRecord, SignedPreKeyRecord, SessionRecord, SignalProtocolAddress, ECPublicKey, PreKeyBundle, SessionCipher>) - Constructor for class org.jivesoftware.smackx.omemo.signal.SignalOmemoStoreConnector
-
- signedPreKeyFromBytes(byte[]) - Method in class org.jivesoftware.smackx.omemo.signal.SignalOmemoKeyUtil
-
- signedPreKeyIdFromKey(SignedPreKeyRecord) - Method in class org.jivesoftware.smackx.omemo.signal.SignalOmemoKeyUtil
-
- signedPreKeyPublicForBundle(SignedPreKeyRecord) - Method in class org.jivesoftware.smackx.omemo.signal.SignalOmemoKeyUtil
-
- signedPreKeySignatureFromKey(SignedPreKeyRecord) - Method in class org.jivesoftware.smackx.omemo.signal.SignalOmemoKeyUtil
-
- signedPreKeyToBytes(SignedPreKeyRecord) - Method in class org.jivesoftware.smackx.omemo.signal.SignalOmemoKeyUtil
-
- storePreKey(int, PreKeyRecord) - Method in class org.jivesoftware.smackx.omemo.signal.SignalOmemoStoreConnector
-
- storeSession(SignalProtocolAddress, SessionRecord) - Method in class org.jivesoftware.smackx.omemo.signal.SignalOmemoStoreConnector
-
- storeSignedPreKey(int, SignedPreKeyRecord) - Method in class org.jivesoftware.smackx.omemo.signal.SignalOmemoStoreConnector
-