|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectjava.lang.Enum
com.businessobjects.sdk.plugin.desktop.cryptographickey.ICryptographicKeyBase.KeyState
public static final class ICryptographicKeyBase.KeyState
Represents the current state of the cryptographic key.
| Field Summary | |
|---|---|
static ICryptographicKeyBase.KeyState |
ACTIVE
Key is active and is used for both encryption and decryption. |
static ICryptographicKeyBase.KeyState |
DEACTIVATED
Key has been deactivated. |
static ICryptographicKeyBase.KeyState |
REKEY_IN_PROGRESS
The process of re-encrypting data with a new key is in progress. |
static ICryptographicKeyBase.KeyState |
REKEY_SUSPENDED
The process of re-encrypting data with a new key has been suspended. |
static ICryptographicKeyBase.KeyState |
REVOKED
The key is no longer in use and may be deleted from the repository. |
| Method Summary | |
|---|---|
static ICryptographicKeyBase.KeyState |
valueOf(java.lang.String name)
|
static ICryptographicKeyBase.KeyState[] |
values()
|
| Methods inherited from class java.lang.Enum |
|---|
compareTo, equals, getDeclaringClass, hashCode, name, ordinal, toString, valueOf |
| Methods inherited from class java.lang.Object |
|---|
getClass, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
public static final ICryptographicKeyBase.KeyState ACTIVE
public static final ICryptographicKeyBase.KeyState DEACTIVATED
public static final ICryptographicKeyBase.KeyState REKEY_SUSPENDED
public static final ICryptographicKeyBase.KeyState REKEY_IN_PROGRESS
public static final ICryptographicKeyBase.KeyState REVOKED
| Method Detail |
|---|
public static ICryptographicKeyBase.KeyState[] values()
public static ICryptographicKeyBase.KeyState valueOf(java.lang.String name)
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||