1
0
Fork 0
mirror of https://github.com/vanitasvitae/Smack.git synced 2025-12-08 03:51:09 +01:00

Several changes

Add encrypted message listeners
Automatically decrypt incoming messages
Add convenient methods to get payload
This commit is contained in:
Paul Schaub 2018-06-01 13:11:43 +02:00
parent e8f09fc842
commit ffc8cbbf79
6 changed files with 142 additions and 69 deletions

View file

@ -127,7 +127,7 @@ public class FileBasedBcOpenPgpStore implements BCOpenPgpStore {
}
}
} catch (IOException | PGPException e) {
LOGGER.log(Level.SEVERE, "Error going through available key pair.", e);
LOGGER.log(Level.SEVERE, "Error going through available key pairs.", e);
}
return availableKeyPairs;
}