conversations-classic/src/main/java/eu/siacs/conversations/crypto/axolotl
Andreas Straub a95c451f1e Only show that have sessions in fingerprint list
Doesn't access database directly anymore but goes through AxolotlService
now to obtain list of fingerprints associated with an Account/Contact.
This should prevent orphaned keys littering the UI which previously
couldn't be removed through the Clear Devices function.

Together with 1c79982da84964c1d81179a0927d9cd1eadf53de this fixes #1393
2015-09-06 15:15:57 +02:00
..
AxolotlService.java Only show that have sessions in fingerprint list 2015-09-06 15:15:57 +02:00
CryptoFailedException.java Switch payload encryption to AES-GCM 2015-07-21 01:17:14 +02:00
NoSessionsCreatedException.java Reworked axolotl protocol layer 2015-07-19 21:32:25 +02:00
OnMessageCreatedCallback.java Change to new wire protocol version 2015-07-31 21:31:45 +02:00
SQLiteAxolotlStore.java Never build a session with oneself 2015-09-05 17:29:58 +02:00
XmppAxolotlMessage.java Provide process function for key transport message 2015-07-31 23:28:09 +02:00
XmppAxolotlSession.java Only show that have sessions in fingerprint list 2015-09-06 15:15:57 +02:00