All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class semper.certificate.dummy.SECA

java.lang.Object
   |
   +----semper.certificate.dummy.SECA

public class SECA
extends Object
implements Serializable, Cloneable
This class implements the SECA attributes needed for the SECA classes. These attributes define the kind of role, role, transaction limit and the level of equipment.


Constructor Index

 o SECA()
Empty Constructor.
 o SECA(SECAconstant, SECAconstant, boolean, String)
Create a SECA object.

Method Index

 o clone()
Making clone public
 o exportSECAascii()
Returns all SECA attributes in ASCII format.
 o exportSECAhtml()
Returns all SECA attributes in HTML text format to be displayed by the Certificate Browser.

Constructors

 o SECA
 public SECA()
Empty Constructor.

 o SECA
 public SECA(SECAconstant kind,
             SECAconstant role,
             boolean adult,
             String transactionLimit)
Create a SECA object.

Parameters:
kind - is the kind of the role the user has.
role - is the role of the user.
transactionLimit - is the liability limit
equipmentLevel - is the security level offered by the equipment.

Methods

 o exportSECAhtml
 public String exportSECAhtml()
Returns all SECA attributes in HTML text format to be displayed by the Certificate Browser.

Returns:
HTML text format of all SECA attributes.
 o exportSECAascii
 public String exportSECAascii()
Returns all SECA attributes in ASCII format.

Returns:
ASCII format of all SECA attributes.
 o clone
 public synchronized Object clone()
Making clone public

Returns:
a clone of myself
Overrides:
clone in class Object

All Packages  Class Hierarchy  This Package  Previous  Next  Index