qInv = (BigInteger) val.getValue();
}
catch (IOException x)
{
InvalidParameterException y = new InvalidParameterException();
y.initCause(x);
throw y;
}
PrivateKey result = new GnuRSAPrivateKey(Registry.PKCS8_ENCODING_ID,
n, e, d, p, q, dP, dQ, qInv);
if (Configuration.DEBUG)