lima.distribution
Interface Constants

All Superinterfaces:
java.rmi.Remote
All Known Implementing Classes:
ConstantsImp, QuadraticSieveAlg

public interface Constants
extends java.rmi.Remote

This allows large constants to be downloaded when wanted.


Method Summary
 java.lang.Object download()
          Get the object that this represents.
 

Method Detail

download

public java.lang.Object download()
                          throws java.rmi.RemoteException
Get the object that this represents.

Returns:
Object
java.rmi.RemoteException