You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi,
we are using spongycastle as provider in out Android app (we switched from bouncycastle). On some devices we encounter a NoSuchAlgorithmException when calling Cipher.getInstance() with "AES/CBC/PKCS5PADDING" as algorithm and "SC" as provider. The call fails on following devices:
ME302C
GT-I8200N
GT-I9305
YD206
GT-N7100
...
As far as we now, the call never succeeds on those devices. We are using 1.54.0.0.
Thanks for your work!
The text was updated successfully, but these errors were encountered:
Hi,
we are using spongycastle as provider in out Android app (we switched from bouncycastle). On some devices we encounter a NoSuchAlgorithmException when calling
Cipher.getInstance()
with "AES/CBC/PKCS5PADDING" as algorithm and "SC" as provider. The call fails on following devices:As far as we now, the call never succeeds on those devices. We are using 1.54.0.0.
Thanks for your work!
The text was updated successfully, but these errors were encountered: