Keystore operation failed with RSA sign and verify
问题 I have difficulties to use RSA for signing and verifying. Below is part of my RSA class that I use. The methods init() , privateKey() and publicKey() work fine with encrypt() and decrypt() methods (last two not listed here), so I assume I made some mistake inside of my sign() method. Method verify() wasn't tested yet, because signing was unsuccessful, so I wasn't able to move further. Please take a look... My RSA class is: class RSA { private final static String ANDROID_KEY_STORE =