Uses of Class
org.jivesoftware.smackx.omemo.trust.OmemoFingerprint
Packages that use OmemoFingerprint
Package
Description
Classes and interfaces for OMEMO Encryption.
Exceptions.
Concrete implementation of OMEMO for smack using the signal-protocol-java library.
Callbacks used to pass trust decisions up to the client.
Helper classes and other stuff.
- 
Uses of OmemoFingerprint in org.jivesoftware.smackx.omemo
Methods in org.jivesoftware.smackx.omemo that return OmemoFingerprintModifier and TypeMethodDescriptionOmemoManager.getFingerprint(OmemoDevice device) Get the fingerprint of a contacts device.OmemoStore.getFingerprint(OmemoDevice userDevice) Return our identityKeys fingerprint.OmemoStore.getFingerprint(OmemoDevice userDevice, OmemoDevice contactsDevice) Return the fingerprint of the identityKey belonging to contactsDevice.OmemoStore.getFingerprintAndMaybeBuildSession(OmemoManager.LoggedInOmemoManager managerGuard, OmemoDevice contactsDevice) Return the fingerprint of the given devices announced identityKey.OmemoManager.getOwnFingerprint()Return the fingerprint of our identity key.OmemoMessage.Received.getSendersFingerprint()Return the fingerprint of the messages sender device.Methods in org.jivesoftware.smackx.omemo that return types with arguments of type OmemoFingerprintModifier and TypeMethodDescriptionOmemoManager.getActiveFingerprints(BareJid contact) Return all OmemoFingerprints of active devices of a contact.Methods in org.jivesoftware.smackx.omemo with parameters of type OmemoFingerprintModifier and TypeMethodDescriptionvoidOmemoManager.distrustOmemoIdentity(OmemoDevice device, OmemoFingerprint fingerprint) Distrust the fingerprint/OmemoDevice tuple.booleanOmemoManager.isDecidedOmemoIdentity(OmemoDevice device, OmemoFingerprint fingerprint) Returns true, if the fingerprint/OmemoDevice tuple is decided by the user.booleanOmemoManager.isTrustedOmemoIdentity(OmemoDevice device, OmemoFingerprint fingerprint) Returns true, if the fingerprint/OmemoDevice tuple is trusted, otherwise false.voidOmemoManager.trustOmemoIdentity(OmemoDevice device, OmemoFingerprint fingerprint) Trust that a fingerprint belongs to an OmemoDevice. - 
Uses of OmemoFingerprint in org.jivesoftware.smackx.omemo.exceptions
Methods in org.jivesoftware.smackx.omemo.exceptions that return OmemoFingerprintModifier and TypeMethodDescriptionUntrustedOmemoIdentityException.getTrustedFingerprint()Return the fingerprint of the key we expected.UntrustedOmemoIdentityException.getUntrustedFingerprint()Return the fingerprint of the unexpected untrusted key.Constructors in org.jivesoftware.smackx.omemo.exceptions with parameters of type OmemoFingerprintModifierConstructorDescriptionUntrustedOmemoIdentityException(OmemoDevice device, OmemoFingerprint untrustedKey) Constructor for when encryption fails because the user untrusted a recipients device.UntrustedOmemoIdentityException(OmemoDevice device, OmemoFingerprint fpTrusted, OmemoFingerprint fpUntrusted) Constructor for when we receive a message with an identityKey different from the one we trusted. - 
Uses of OmemoFingerprint in org.jivesoftware.smackx.omemo.signal
Methods in org.jivesoftware.smackx.omemo.signal that return OmemoFingerprintModifier and TypeMethodDescriptionSignalOmemoKeyUtil.getFingerprintOfIdentityKey(org.whispersystems.libsignal.IdentityKey identityKey) SignalOmemoKeyUtil.getFingerprintOfIdentityKeyPair(org.whispersystems.libsignal.IdentityKeyPair identityKeyPair)  - 
Uses of OmemoFingerprint in org.jivesoftware.smackx.omemo.trust
Methods in org.jivesoftware.smackx.omemo.trust with parameters of type OmemoFingerprintModifier and TypeMethodDescriptionOmemoTrustCallback.getTrust(OmemoDevice device, OmemoFingerprint fingerprint) voidOmemoTrustCallback.setTrust(OmemoDevice device, OmemoFingerprint fingerprint, TrustState state)  - 
Uses of OmemoFingerprint in org.jivesoftware.smackx.omemo.util
Methods in org.jivesoftware.smackx.omemo.util that return OmemoFingerprintModifier and TypeMethodDescriptionabstract OmemoFingerprintOmemoKeyUtil.getFingerprintOfIdentityKey(T_IdKey identityKey) Return the fingerprint of an identityKey.abstract OmemoFingerprintOmemoKeyUtil.getFingerprintOfIdentityKeyPair(T_IdKeyPair identityKeyPair) Returns the fingerprint of the public key of an identityKeyPair.