decodeBigInteger(primeP), decodeBigInteger(primeQ), decodeBigInteger(primeExponentP),
decodeBigInteger(primeExponentQ), decodeBigInteger(crtCoefficient));
jcePrivateKey = (RSAPrivateCrtKey) keyFactory.generatePrivate(spec);
return this;
} catch (GeneralSecurityException e) {
throw new KeyczarException(e);
}
}