cryptix.math
Interface TestPrimeObserver
- All Known Subinterfaces:
- RSAKeyGenObserver
- public interface TestPrimeObserver
This is a callback interface for monitoring the progress of primality
testing using the TestPrime class.
Copyright © 1995-1997
Systemics Ltd on behalf of the
Cryptix Development Team.
All rights reserved.
$Revision: 1.2 $
- Since:
- Cryptix 2.2 or earlier
- Author:
- unattributed
HAS_SMALL_FACTORS
public static final int HAS_SMALL_FACTORS
NO_SMALL_FACTORS
public static final int NO_SMALL_FACTORS
NOT_PRIME
public static final int NOT_PRIME
IS_PRIME
public static final int IS_PRIME
handleEvent
public void handleEvent(int evnt)