public class SignalFileBasedOmemoStore extends 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>
FileBasedOmemoStore.FileHierarchy| Constructor and Description |
|---|
SignalFileBasedOmemoStore() |
SignalFileBasedOmemoStore(java.io.File base) |
| 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, 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 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()
OmemoStorekeyUtil 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>