All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class semper.certificate.constants.Status

java.lang.Object
   |
   +----semper.util.constant.Constant
           |
           +----semper.certificate.constants.Status

public final class Status
extends Constant
Constants for status of certificate


Variable Index

 o ALERT
There might be a problem regarding certificates validity
 o CONTRACT
Cert.
 o LETTER
RA sent passphrase letter to user.
 o NOTARY
Cert.
 o NOTFINAL
Registration isn't finished.
 o PHONE
RA contacted user via phone to crosscheck passphrase
 o REVOKED
Certificate revoked, and shouldn't be accepted.
 o SIMPLE
Point-and-Click registration was done for this cert.

Variables

 o NOTARY
 public static final Status NOTARY
Cert. registrated by notary

 o CONTRACT
 public static final Status CONTRACT
Cert. produced by mutual contract

 o LETTER
 public static final Status LETTER
RA sent passphrase letter to user.

 o PHONE
 public static final Status PHONE
RA contacted user via phone to crosscheck passphrase

 o SIMPLE
 public static final Status SIMPLE
Point-and-Click registration was done for this cert.

 o NOTFINAL
 public static final Status NOTFINAL
Registration isn't finished.

 o ALERT
 public static final Status ALERT
There might be a problem regarding certificates validity

 o REVOKED
 public static final Status REVOKED
Certificate revoked, and shouldn't be accepted.


All Packages  Class Hierarchy  This Package  Previous  Next  Index