All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class semper.certificate.dummy.SECArequirement

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

public class SECArequirement
extends Object
implements Serializable
This class implements the SECA requirements. Specifies whether SECA is required and the requirements on the SECA attributes.


Constructor Index

 o SECArequirement()
Empty constructor
 o SECArequirement(SECAconstant, SECA)
Full constructor

Method Index

 o isRequired()
Method that returns whether SECA is required or not.
 o setIfRequired(SECAconstant)
Method to set whether SECA is required or not.

Constructors

 o SECArequirement
 public SECArequirement()
Empty constructor

 o SECArequirement
 public SECArequirement(SECAconstant required,
                        SECA values)
Full constructor

Methods

 o isRequired
 public SECAconstant isRequired()
Method that returns whether SECA is required or not.

Returns:
Constant that specifies whether SECA is required or not.
 o setIfRequired
 public void setIfRequired(SECAconstant required)
Method to set whether SECA is required or not.

Parameters:
Constant - that specifies whether SECA is required or not.

All Packages  Class Hierarchy  This Package  Previous  Next  Index