public class SignalFileBasedOmemoStore
extends org.jivesoftware.smackx.omemo.FileBasedOmemoStore<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 |
|---|
SignalFileBasedOmemoStore() |
SignalFileBasedOmemoStore(java.io.File base) |
| Modifier and Type | Method and Description |
|---|---|
org.jivesoftware.smackx.omemo.util.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() |
containsRawSession, deleteDirectory, distrustOmemoIdentity, getDateOfLastReceivedMessage, getDateOfLastSignedPreKeyRenewal, getDefaultDeviceId, isDecidedOmemoIdentity, isFreshInstallation, isTrustedOmemoIdentity, loadAllRawSessionsOf, loadCachedDeviceList, loadCurrentSignedPreKeyId, loadLastPreKeyId, loadOmemoIdentityKey, loadOmemoIdentityKeyPair, loadOmemoPreKey, loadOmemoPreKeys, loadOmemoSignedPreKey, loadOmemoSignedPreKeys, loadRawSession, purgeOwnDeviceKeys, removeAllRawSessionsOf, removeOmemoPreKey, removeOmemoSignedPreKey, removeRawSession, setDateOfLastReceivedMessage, setDateOfLastSignedPreKeyRenewal, setDefaultDeviceId, storeCachedDeviceList, storeCurrentSignedPreKeyId, storeLastPreKeyId, storeOmemoIdentityKey, storeOmemoIdentityKeyPair, storeOmemoPreKey, storeOmemoSignedPreKey, storeRawSession, trustOmemoIdentitydistrustOmemoIdentity, generateOmemoIdentityKeyPair, generateOmemoPreKeys, generateOmemoSignedPreKey, getFingerprint, getFingerprint, getOmemoSessionOf, isDecidedOmemoIdentity, isTrustedOmemoIdentity, setDateOfLastReceivedMessage, setDateOfLastSignedPreKeyRenewal, storeOmemoPreKeys, trustOmemoIdentitypublic SignalFileBasedOmemoStore()
public SignalFileBasedOmemoStore(java.io.File base)
public org.jivesoftware.smackx.omemo.util.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()
keyUtil in class org.jivesoftware.smackx.omemo.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>