Reputation: 1019
I had assumed that the RSA key size would be 256. But it can't.
On trying to generate RSA keystore using keytool it gives error "rsa keys must be at least 512 bits long".
The command used is - "keytool -genkey -alias mydomain -keyalg RSA -keystore RSAkeystore.jks -keysize 256".
Upvotes: 0
Views: 1278