Class AQPairFactory


  • public class AQPairFactory
    extends Object
    Creates an elementary congruence of the subclass appropriate for the given large factors.
    Author:
    Tilman Neumann
    • Constructor Detail

      • AQPairFactory

        public AQPairFactory()
    • Method Detail

      • create

        public AQPair create​(BigInteger A,
                             SortedIntegerArray smallFactors,
                             SortedLongArray bigFactors)
        Parameters:
        A -
        smallFactors - small factors of Q
        bigFactors - large factors of Q
        Returns:
        a new AQPair created from the given arguments