RSA keys
Hello im trying to create an RSA keys with a key strength of 256 bits using bouncy castle for j2me. The keys are generated fine but when i try to sign my messages using the generated private key i get a encoding error. (DataLength NUll pointer Exception)
If i use a 1024 bit key strength i do not get this error.
Can somebody please help me.

