Uses of Class
org.jivesoftware.smackx.omemo.exceptions.NoIdentityKeyException
-
Packages that use NoIdentityKeyException Package Description org.jivesoftware.smackx.omemo Classes and interfaces for OMEMO Encryption.org.jivesoftware.smackx.omemo.util Helper classes and other stuff. -
-
Uses of NoIdentityKeyException in org.jivesoftware.smackx.omemo
Methods in org.jivesoftware.smackx.omemo that throw NoIdentityKeyException Modifier and Type Method Description OmemoFingerprint
OmemoStore. getFingerprint(OmemoDevice userDevice, OmemoDevice contactsDevice)
Return the fingerprint of the identityKey belonging to contactsDevice. -
Uses of NoIdentityKeyException in org.jivesoftware.smackx.omemo.util
Methods in org.jivesoftware.smackx.omemo.util that throw NoIdentityKeyException Modifier and Type Method Description void
OmemoMessageBuilder. addRecipient(OmemoDevice contactsDevice)
Add a new recipient device to the message.
-