All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class semper.certificate.dummy.DummyExtensions

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

public class DummyExtensions
extends Object
implements CertificateExtensions
DummyExtensions class implements the CertificateExtensions interface defining the Extensions for a DummyCertificate.


Constructor Index

 o DummyExtensions()
Empty constructor

Method Index

 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.
 o getSECA()
Returns the SECA extension.
 o isSECA()
Checks if the SECA extension exists.
 o setSECA(SECA)
Sets the SECA extension.

Constructors

 o DummyExtensions
 public DummyExtensions()
Empty constructor

Methods

 o setSECA
 public void setSECA(SECA seca)
Sets the SECA extension.

Parameters:
seca - is the SECA extension.
 o getSECA
 public SECA getSECA()
Returns the SECA extension.

Returns:
the SECA extension.
 o isSECA
 public boolean isSECA()
Checks if the SECA extension exists.

Returns:
true if there is SECA, false otherwise.
 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.

All Packages  Class Hierarchy  This Package  Previous  Next  Index