vJCRE icon indicating copy to clipboard operation
vJCRE copied to clipboard

vKeyPair.java: fix a problem with genKeyPair if exponent is null

Open vletoux opened this issue 8 years ago • 0 comments

reproduce: kp = new KeyPair(KeyPair.ALG_RSA_CRT, KeyBuilder.LENGTH_RSA_1024); kp.genKeyPair();

vletoux avatar Nov 08 '15 14:11 vletoux