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

Constructor Index

 o TrustThread()
Empty constructor
 o TrustThread(int)
Create a TrustThread with a particular parameter.

Method Index

 o run()
Run method managing CAs

Constructors

 o TrustThread
 public TrustThread()
Empty constructor

 o 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)

Methods

 o run
 public void run()
Run method managing CAs


All Packages  Class Hierarchy  This Package  Previous  Next  Index