Package | Description |
---|---|
org.jivesoftware.smackx.omemo |
Classes and interfaces for OMEMO Encryption.
|
org.jivesoftware.smackx.omemo.internal |
Classes that are used internally to arrange objects.
|
org.jivesoftware.smackx.omemo.signal |
Concrete implementation of OMEMO for smack using the signal-protocol-java library.
|
org.jivesoftware.smackx.omemo.util |
Helper classes and other stuff.
|
Modifier and Type | Method and Description |
---|---|
OmemoFingerprint |
OmemoManager.getFingerprint(OmemoDevice device) |
OmemoFingerprint |
OmemoStore.getFingerprint(OmemoManager omemoManager)
Return our identityKeys fingerprint.
|
OmemoFingerprint |
OmemoStore.getFingerprint(OmemoManager omemoManager,
OmemoDevice device)
Return the fingerprint of the given devices announced identityKey.
|
OmemoFingerprint |
OmemoManager.getOurFingerprint()
Return the fingerprint of our identity key.
|
Modifier and Type | Method and Description |
---|---|
HashMap<OmemoDevice,OmemoFingerprint> |
OmemoManager.getActiveFingerprints(org.jxmpp.jid.BareJid contact)
Return all fingerprints of active devices of a contact.
|
Modifier and Type | Method and Description |
---|---|
void |
OmemoManager.distrustOmemoIdentity(OmemoDevice device,
OmemoFingerprint fingerprint)
Distrust the fingerprint/OmemoDevice tuple.
|
abstract void |
OmemoStore.distrustOmemoIdentity(OmemoManager omemoManager,
OmemoDevice device,
OmemoFingerprint fingerprint) |
void |
FileBasedOmemoStore.distrustOmemoIdentity(OmemoManager omemoManager,
OmemoDevice device,
OmemoFingerprint fingerprint) |
boolean |
OmemoManager.isDecidedOmemoIdentity(OmemoDevice device,
OmemoFingerprint fingerprint)
Returns true, if the fingerprint/OmemoDevice tuple is decided by the user.
|
abstract boolean |
OmemoStore.isDecidedOmemoIdentity(OmemoManager omemoManager,
OmemoDevice device,
OmemoFingerprint fingerprint) |
boolean |
FileBasedOmemoStore.isDecidedOmemoIdentity(OmemoManager omemoManager,
OmemoDevice device,
OmemoFingerprint fingerprint) |
boolean |
OmemoManager.isTrustedOmemoIdentity(OmemoDevice device,
OmemoFingerprint fingerprint)
Returns true, if the fingerprint/OmemoDevice tuple is trusted, otherwise false.
|
abstract boolean |
OmemoStore.isTrustedOmemoIdentity(OmemoManager omemoManager,
OmemoDevice device,
OmemoFingerprint fingerprint) |
boolean |
FileBasedOmemoStore.isTrustedOmemoIdentity(OmemoManager omemoManager,
OmemoDevice device,
OmemoFingerprint fingerprint) |
void |
OmemoManager.trustOmemoIdentity(OmemoDevice device,
OmemoFingerprint fingerprint)
Trust that a fingerprint belongs to an OmemoDevice.
|
abstract void |
OmemoStore.trustOmemoIdentity(OmemoManager omemoManager,
OmemoDevice device,
OmemoFingerprint identityKeyFingerprint) |
void |
FileBasedOmemoStore.trustOmemoIdentity(OmemoManager omemoManager,
OmemoDevice device,
OmemoFingerprint fingerprint) |
Modifier and Type | Method and Description |
---|---|
OmemoFingerprint |
OmemoSession.getFingerprint()
Return the fingerprint of the contacts identityKey.
|
Modifier and Type | Method and Description |
---|---|
OmemoFingerprint |
SignalOmemoKeyUtil.getFingerprint(org.whispersystems.libsignal.IdentityKey identityKey) |
Modifier and Type | Method and Description |
---|---|
abstract OmemoFingerprint |
OmemoKeyUtil.getFingerprint(T_IdKey identityKey)
Return the fingerprint of an identityKey.
|
Modifier and Type | Method and Description |
---|---|
static String |
OmemoKeyUtil.prettyFingerprint(OmemoFingerprint fingerprint) |