195196197198199200201
{ in.defaultReadObject(); this.dhSpec = new DHParameterSpec((BigInteger)in.readObject(), (BigInteger)in.readObject(), in.readInt()); this.info = null; this.attrCarrier = new PKCS12BagAttributeCarrierImpl(); }