martinpaljak / vJCRE

Virtual Java Card Runtime Environment RETIRED
52 stars 22 forks source link

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

Open vletoux opened 8 years ago

vletoux commented 8 years ago

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