sechat / android_chat

Instant Messanger with End-to-Endpoint Encryption
Other
6 stars 3 forks source link

key store bug #5

Open georgkrause opened 10 years ago

georgkrause commented 10 years ago

if i open the the app after some time this error occures:

''' 01-24 01:32:35.499 W/System.err(9298): java.security.KeyStoreException: java.security.NoSuchAlgorithmException: KeyStore jks implementation not found '''

zauberstuhl commented 10 years ago

If I remember correctly that is a android -> smack problem. Android supports only BouncyCastle KeyStores. Right?!

It is not affecting the functionality of the app anyway I'll dig into that

georgkrause commented 10 years ago

if i red the log correctly this exception makes the app crash. i will check tomorrow

georgkrause commented 10 years ago

okay, the app crashes for another reason. maybe we can move this ticket to a later version