101102103104105106107108109110111
+ pkey.getModulus().toString(16).toUpperCase()); } if (outPub != null) { FileOutputStream out = new FileOutputStream(outPub); try { out.write(pkey.exportPublic()); } finally { out.close(); } } if (outPriv != null) {