cryptix.math
Interface TestPrimeObserver
- All Known Subinterfaces:
- RSAKeyGenObserver
- All Known Implementing Classes:
- KeyGen, KeyGenThread
- 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
- See Also:
- Constant Field Values
NO_SMALL_FACTORS
public static final int NO_SMALL_FACTORS
- See Also:
- Constant Field Values
NOT_PRIME
public static final int NOT_PRIME
- See Also:
- Constant Field Values
IS_PRIME
public static final int IS_PRIME
- See Also:
- Constant Field Values
handleEvent
public void handleEvent(int evnt)