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

Class cryptix.security.rsa.KeyGenThread

java.lang.Object
   |
   +----java.lang.Thread
           |
           +----cryptix.security.rsa.KeyGenThread

public class KeyGenThread
extends Thread
implements RSAKeyGenObserver

Constructor Index

 o KeyGenThread(String, RandomStream, int, RSAKeyGenObserver)

Method Index

 o handleEvent(int)
 o key()
 o run()

Constructors

 o KeyGenThread
  public KeyGenThread(String name,
                      RandomStream rs,
                      int len,
                      RSAKeyGenObserver observer)

Methods

 o key
  public SecretKey key()
 o run
  public void run()
Overrides:
run in class Thread
 o handleEvent
  public void handleEvent(int evnt)

All Packages  Class Hierarchy  This Package  Previous  Next  Index