lima.mathematical.factorisation.quadraticsieve
Class QSWorkUnitInput

java.lang.Object
  |
  +--lima.mathematical.factorisation.quadraticsieve.QSWorkUnitInput
All Implemented Interfaces:
java.io.Serializable

public class QSWorkUnitInput
extends java.lang.Object
implements java.io.Serializable

Objects of this class encapsulate the input data for a quadratic sieve work unit.

See Also:
Serialized Form

Field Summary
protected  int[] aFactorsRef
           
protected  int constantsHashCode
           
protected  lima.distribution.Constants remoteConstants
           
 
Constructor Summary
protected QSWorkUnitInput(lima.distribution.Constants remoteConstants, int constantsHashCode, int[] aFactorsRef)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

remoteConstants

protected lima.distribution.Constants remoteConstants

constantsHashCode

protected int constantsHashCode

aFactorsRef

protected int[] aFactorsRef
Constructor Detail

QSWorkUnitInput

protected QSWorkUnitInput(lima.distribution.Constants remoteConstants,
                          int constantsHashCode,
                          int[] aFactorsRef)