ObjectInputStream in)
throws IOException, ClassNotFoundException
{
this.x = (BigInteger)in.readObject();
this.dsaSpec = new DSAParameterSpec((BigInteger)in.readObject(), (BigInteger)in.readObject(), (BigInteger)in.readObject());
this.attrCarrier = new PKCS12BagAttributeCarrierImpl();
attrCarrier.readObject(in);
}