|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use KeyStatus | |
|---|---|
| org.keyczar | |
| org.keyczar.enums | |
| Uses of KeyStatus in org.keyczar |
|---|
| Methods in org.keyczar that return KeyStatus | |
|---|---|
KeyStatus |
MockKeyczarReader.getStatus(int versionNumber)
|
| Methods in org.keyczar with parameters of type KeyStatus | |
|---|---|
boolean |
MockKeyczarReader.addKey(int versionNumber,
KeyStatus status)
|
boolean |
MockKeyczarReader.addKey(int versionNumber,
KeyStatus status,
int size)
|
| Uses of KeyStatus in org.keyczar.enums |
|---|
| Methods in org.keyczar.enums that return KeyStatus | |
|---|---|
static KeyStatus |
KeyStatus.getStatus(int value)
|
static KeyStatus |
KeyStatus.getStatus(java.lang.String name)
|
static KeyStatus |
KeyStatus.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. |
static KeyStatus[] |
KeyStatus.values()
Returns an array containing the constants of this enum type, in the order they are declared. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||