All Packages Class Hierarchy This Package Previous Next Index
Class semper.certificate.TrustThread
java.lang.Object
|
+----semper.certificate.TrustThread
- public class TrustThread
- extends Object
- implements Runnable
-
TrustThread()
- Empty constructor
-
TrustThread(int)
- Create a TrustThread with a particular parameter.
-
run()
- Run method managing CAs
TrustThread
public TrustThread()
- Empty constructor
TrustThread
public TrustThread(int index)
- Create a TrustThread with a particular parameter.
- Parameters:
- index - indicates the actions to be taken (0: show, 1: add, 2: delete)
run
public void run()
- Run method managing CAs
All Packages Class Hierarchy This Package Previous Next Index