All Packages Class Hierarchy This Package Previous Next Index
Class semper.certificate.Status
java.lang.Object
|
+----semper.util.constant.Constant
|
+----semper.certificate.Status
- public final class Status
- extends Constant
Constants for status of certificate
-
ALERT
- There might be a problem regarding certificates validity
-
CONTRACT
- Cert.
-
LETTER
- RA sent passphrase letter to user.
-
NOTARY
- Cert.
-
NOTFINAL
- Registration isn't finished.
-
NYI
- Code for "Not Yet Implemented"
-
PHONE
- RA contacted user via phone to crosscheck passphrase
-
REVOKED
- Certificate revoked, and shouldn't be accepted.
-
SIMPLE
- Point-and-Click registration was done for this cert.
NYI
public static final Status NYI
- Code for "Not Yet Implemented"
NOTARY
public static final Status NOTARY
- Cert. registrated by notary
CONTRACT
public static final Status CONTRACT
- Cert. produced by mutual contract
LETTER
public static final Status LETTER
- RA sent passphrase letter to user.
PHONE
public static final Status PHONE
- RA contacted user via phone to crosscheck passphrase
SIMPLE
public static final Status SIMPLE
- Point-and-Click registration was done for this cert.
NOTFINAL
public static final Status NOTFINAL
- Registration isn't finished.
ALERT
public static final Status ALERT
- There might be a problem regarding certificates validity
REVOKED
public static final Status REVOKED
- Certificate revoked, and shouldn't be accepted.
All Packages Class Hierarchy This Package Previous Next Index