martinpaljak / vJCRE

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

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

Open vletoux opened 9 years ago

vletoux commented 9 years ago

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