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

Field Summary
static int HAS_SMALL_FACTORS
           
static int IS_PRIME
           
static int NO_SMALL_FACTORS
           
static int NOT_PRIME
           
 
Method Summary
 void handleEvent(int evnt)
           
 

Field Detail

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
Method Detail

handleEvent

public void handleEvent(int evnt)