session-android/src/org/thoughtcrime/securesms/crypto
Lilia Markham e3c5e837e1 Remove sign key exchange preference
Yet another setting that most users will never touch. Workaround for
those who would is to use a different identity key per device.

Let this be a sacrifice to the android settings design pattern gods.
2013-03-27 20:57:28 -07:00
..
AsymmetricMasterCipher.java Initial Project Import 2011-12-20 10:20:44 -08:00
AsymmetricMasterSecret.java Initial Project Import 2011-12-20 10:20:44 -08:00
AuthenticityCalculator.java New design for Conversation Activity. 2012-07-19 14:22:03 -07:00
DecryptingPartInputStream.java Initial Project Import 2011-12-20 10:20:44 -08:00
DecryptingQueue.java Include incoming message body in notifications. 2013-02-08 16:27:43 -08:00
EncryptingPartOutputStream.java Initial Project Import 2011-12-20 10:20:44 -08:00
IdentityKey.java Initial Project Import 2011-12-20 10:20:44 -08:00
IdentityKeyUtil.java Initial Project Import 2011-12-20 10:20:44 -08:00
InvalidKeyException.java Initial Project Import 2011-12-20 10:20:44 -08:00
InvalidMacException.java Initial Project Import 2011-12-20 10:20:44 -08:00
InvalidMessageException.java Initial Project Import 2011-12-20 10:20:44 -08:00
InvalidPassphraseException.java Initial Project Import 2011-12-20 10:20:44 -08:00
InvalidVersionException.java Initial Project Import 2011-12-20 10:20:44 -08:00
KeyExchangeInitiator.java We need to force plaintext on key exchange messages. 2012-10-29 20:53:04 -07:00
KeyExchangeMessage.java Remove sign key exchange preference 2013-03-27 20:57:28 -07:00
KeyExchangeProcessor.java We need to force plaintext on key exchange messages. 2012-10-29 20:53:04 -07:00
KeyPair.java Initial Project Import 2011-12-20 10:20:44 -08:00
KeyUtil.java Initial Project Import 2011-12-20 10:20:44 -08:00
MasterCipher.java Initial Project Import 2011-12-20 10:20:44 -08:00
MasterSecret.java Add support for resuming compose drafts. 2013-02-04 00:13:07 -08:00
MasterSecretUtil.java Improve passphrase and onboarding UI. Abstract out routing. 2013-02-17 15:09:01 -08:00
MessageDisplayHelper.java Add synchronized access to cache 2013-03-03 18:49:39 -08:00
MessageMac.java Initial Project Import 2011-12-20 10:20:44 -08:00
PublicKey.java Initial Project Import 2011-12-20 10:20:44 -08:00
PublicKeyAndVersion.java Initial Project Import 2011-12-20 10:20:44 -08:00
SerializableKey.java Initial Project Import 2011-12-20 10:20:44 -08:00
SessionCipher.java Fix for MMS send bug with an APN proxy. 2013-03-10 15:47:13 -07:00
TransportDetails.java Initial Project Import 2011-12-20 10:20:44 -08:00