Uses of Class
org.jivesoftware.smackx.omemo.exceptions.NoIdentityKeyException
Packages that use NoIdentityKeyException
Package
Description
Classes and interfaces for OMEMO Encryption.
Helper classes and other stuff.
- 
Uses of NoIdentityKeyException in org.jivesoftware.smackx.omemo
Methods in org.jivesoftware.smackx.omemo that throw NoIdentityKeyExceptionModifier and TypeMethodDescriptionOmemoStore.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 NoIdentityKeyExceptionModifier and TypeMethodDescriptionvoidOmemoMessageBuilder.addRecipient(OmemoDevice contactsDevice) Add a new recipient device to the message.