All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class semper.certificate.Revocation

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

public final class Revocation
extends Constant
Constants telling reason for revocation


Variable Index

 o CA_KEY_COMPROMISED
CA's secret key which was used to sign this Certificate is compromised.
 o CA_TERMINATION
CA doesn't exist any longer.
 o CANCELLATION_REQ
There was a request for cancellation by user
 o CREDENTIAL_CHANGE
The users credentials have changed
 o FALSE_VERIFICATION
The verification of the user during registration didn't succeed.
 o KEY_COMPROMISED
Secret Key might be comromised
 o NO_REVOKATION
Certificate not revoked
 o NYI
Code for "Not Yet Implemented"
 o USER_SWINDLING
The user hs been swindling (proven).

Variables

 o NYI
 public static final Revocation NYI
Code for "Not Yet Implemented"

 o NO_REVOKATION
 public static final Revocation NO_REVOKATION
Certificate not revoked

 o KEY_COMPROMISED
 public static final Revocation KEY_COMPROMISED
Secret Key might be comromised

 o CANCELLATION_REQ
 public static final Revocation CANCELLATION_REQ
There was a request for cancellation by user

 o CREDENTIAL_CHANGE
 public static final Revocation CREDENTIAL_CHANGE
The users credentials have changed

 o USER_SWINDLING
 public static final Revocation USER_SWINDLING
The user hs been swindling (proven).

 o FALSE_VERIFICATION
 public static final Revocation FALSE_VERIFICATION
The verification of the user during registration didn't succeed.

 o CA_KEY_COMPROMISED
 public static final Revocation CA_KEY_COMPROMISED
CA's secret key which was used to sign this Certificate is compromised.

 o CA_TERMINATION
 public static final Revocation CA_TERMINATION
CA doesn't exist any longer.


All Packages  Class Hierarchy  This Package  Previous  Next  Index