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
-
CA_KEY_COMPROMISED
- CA's secret key which was used to sign this Certificate is compromised.
-
CA_TERMINATION
- CA doesn't exist any longer.
-
CANCELLATION_REQ
- There was a request for cancellation by user
-
CREDENTIAL_CHANGE
- The users credentials have changed
-
FALSE_VERIFICATION
- The verification of the user during registration didn't succeed.
-
KEY_COMPROMISED
- Secret Key might be comromised
-
NO_REVOKATION
- Certificate not revoked
-
NYI
- Code for "Not Yet Implemented"
-
USER_SWINDLING
- The user hs been swindling (proven).
NYI
public static final Revocation NYI
- Code for "Not Yet Implemented"
NO_REVOKATION
public static final Revocation NO_REVOKATION
- Certificate not revoked
KEY_COMPROMISED
public static final Revocation KEY_COMPROMISED
- Secret Key might be comromised
CANCELLATION_REQ
public static final Revocation CANCELLATION_REQ
- There was a request for cancellation by user
CREDENTIAL_CHANGE
public static final Revocation CREDENTIAL_CHANGE
- The users credentials have changed
USER_SWINDLING
public static final Revocation USER_SWINDLING
- The user hs been swindling (proven).
FALSE_VERIFICATION
public static final Revocation FALSE_VERIFICATION
- The verification of the user during registration didn't succeed.
CA_KEY_COMPROMISED
public static final Revocation CA_KEY_COMPROMISED
- CA's secret key which was used to sign this Certificate is compromised.
CA_TERMINATION
public static final Revocation CA_TERMINATION
- CA doesn't exist any longer.
All Packages Class Hierarchy This Package Previous Next Index