All Packages Class Hierarchy This Package Previous Next Index
java.lang.Object | +----cryptix.math.TestPrime
Copyright (C) 1995, 1996 Systemics Ltd (http://www.systemics.com/) All rights reserved.
public TestPrime()
public final static boolean hasSmallFactor(BigInteger n)
public final static boolean hasSmallFactor(BigInteger n, TestPrimeObserver obsrv)
public static boolean isPrime(BigInteger p)
public static boolean isPrime(BigInteger p, TestPrimeObserver obsrv)
public static void main(String argv[])
public static void self_test(PrintStream out, String argv[]) throws Exception
All Packages Class Hierarchy This Package Previous Next Index