Interface cryptix.security.rsa.RSAKeyGenObserver
All Packages  Class Hierarchy  This Package  Previous  Next  Index

Interface cryptix.security.rsa.RSAKeyGenObserver

public interface RSAKeyGenObserver
extends Object
extends TestPrimeObserver
This class is an RSA key generator callback for monitoring progress

Copyright (C) 1995, 1996 Systemics Ltd (http://www.systemics.com/) All rights reserved.


Variable Index

 o FINDING_P
the RSA Key Generator is searching for a suitable P
 o FINDING_Q
the RSA Key Generator is searching for a suitable Q
 o KEY_GEN_DONE
the RSA Key Generator has finished
 o KEY_RESOLVING
the RSA Key Generator is generation a key from P and Q

Variables

 o FINDING_P
  public final static int FINDING_P
the RSA Key Generator is searching for a suitable P
 o FINDING_Q
  public final static int FINDING_Q
the RSA Key Generator is searching for a suitable Q
 o KEY_RESOLVING
  public final static int KEY_RESOLVING
the RSA Key Generator is generation a key from P and Q
 o KEY_GEN_DONE
  public final static int KEY_GEN_DONE
the RSA Key Generator has finished

All Packages  Class Hierarchy  This Package  Previous  Next  Index