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
in API version 18, it works in debug. in release, it fails in function generator.generateKeyPair() with java.lang.IllegalArgumentException: Invalid point.
in API version 16, it fails in function Jwts.builder().signWith() with io.jsonwebtoken.security.SignatureException: Invalid Elliptic Curve PrivateKey. can't recognise key type in ECDSA based signer.
any idea what i am doing wrong?
The text was updated successfully, but these errors were encountered:
I'm assuming you're doing all this on the Android Studio Emulator? Can you try testing this code out on Android 19 and seeing what the debug + production spits out?
i am trying to run some spongycastle code in android:
in API version 21+, it works as expected.
in API version 18, it works in debug. in release, it fails in function
generator.generateKeyPair()
withjava.lang.IllegalArgumentException: Invalid point
.in API version 16, it fails in function
Jwts.builder().signWith()
withio.jsonwebtoken.security.SignatureException: Invalid Elliptic Curve PrivateKey. can't recognise key type in ECDSA based signer
.any idea what i am doing wrong?
The text was updated successfully, but these errors were encountered: