.decode(ai.getParameters());
} catch (IOException e) {
throw new InvalidKeySpecException(Messages.getString(
"security.19B", e)); //$NON-NLS-1$
}
params = new DSAParameterSpec(new BigInteger(threeInts.p),
new BigInteger(threeInts.q), new BigInteger(threeInts.g));
setEncoding(encoding);
/*