public abstract class SignalOmemoStore extends OmemoStore<org.whispersystems.libsignal.IdentityKeyPair,org.whispersystems.libsignal.IdentityKey,org.whispersystems.libsignal.state.PreKeyRecord,org.whispersystems.libsignal.state.SignedPreKeyRecord,org.whispersystems.libsignal.state.SessionRecord,org.whispersystems.libsignal.SignalProtocolAddress,org.whispersystems.libsignal.ecc.ECPublicKey,org.whispersystems.libsignal.state.PreKeyBundle,org.whispersystems.libsignal.SessionCipher>
Constructor and Description |
---|
SignalOmemoStore() |
Modifier and Type | Method and Description |
---|---|
OmemoKeyUtil<org.whispersystems.libsignal.IdentityKeyPair,org.whispersystems.libsignal.IdentityKey,org.whispersystems.libsignal.state.PreKeyRecord,org.whispersystems.libsignal.state.SignedPreKeyRecord,org.whispersystems.libsignal.state.SessionRecord,org.whispersystems.libsignal.SignalProtocolAddress,org.whispersystems.libsignal.ecc.ECPublicKey,org.whispersystems.libsignal.state.PreKeyBundle,org.whispersystems.libsignal.SessionCipher> |
keyUtil()
Return a concrete KeyUtil object that we can use as a utility to create keys etc.
|
containsRawSession, distrustOmemoIdentity, distrustOmemoIdentity, generateOmemoIdentityKeyPair, generateOmemoPreKeys, generateOmemoSignedPreKey, getDateOfLastReceivedMessage, getDateOfLastSignedPreKeyRenewal, getDefaultDeviceId, getFingerprint, getFingerprint, getOmemoSessionOf, isDecidedOmemoIdentity, isDecidedOmemoIdentity, isFreshInstallation, isTrustedOmemoIdentity, isTrustedOmemoIdentity, loadAllRawSessionsOf, loadCachedDeviceList, loadCurrentSignedPreKeyId, loadLastPreKeyId, loadOmemoIdentityKey, loadOmemoIdentityKeyPair, loadOmemoPreKey, loadOmemoPreKeys, loadOmemoSignedPreKey, loadOmemoSignedPreKeys, loadRawSession, purgeOwnDeviceKeys, removeAllRawSessionsOf, removeOmemoPreKey, removeOmemoSignedPreKey, removeRawSession, setDateOfLastReceivedMessage, setDateOfLastReceivedMessage, setDateOfLastSignedPreKeyRenewal, setDateOfLastSignedPreKeyRenewal, setDefaultDeviceId, storeCachedDeviceList, storeCurrentSignedPreKeyId, storeLastPreKeyId, storeOmemoIdentityKey, storeOmemoIdentityKeyPair, storeOmemoPreKey, storeOmemoPreKeys, storeOmemoSignedPreKey, storeRawSession, trustOmemoIdentity, trustOmemoIdentity
public SignalOmemoStore()
public OmemoKeyUtil<org.whispersystems.libsignal.IdentityKeyPair,org.whispersystems.libsignal.IdentityKey,org.whispersystems.libsignal.state.PreKeyRecord,org.whispersystems.libsignal.state.SignedPreKeyRecord,org.whispersystems.libsignal.state.SessionRecord,org.whispersystems.libsignal.SignalProtocolAddress,org.whispersystems.libsignal.ecc.ECPublicKey,org.whispersystems.libsignal.state.PreKeyBundle,org.whispersystems.libsignal.SessionCipher> keyUtil()
OmemoStore
keyUtil
in class OmemoStore<org.whispersystems.libsignal.IdentityKeyPair,org.whispersystems.libsignal.IdentityKey,org.whispersystems.libsignal.state.PreKeyRecord,org.whispersystems.libsignal.state.SignedPreKeyRecord,org.whispersystems.libsignal.state.SessionRecord,org.whispersystems.libsignal.SignalProtocolAddress,org.whispersystems.libsignal.ecc.ECPublicKey,org.whispersystems.libsignal.state.PreKeyBundle,org.whispersystems.libsignal.SessionCipher>