| Package | Description |
|---|---|
| org.xipki.ca.server.mgmt.api |
| Modifier and Type | Method and Description |
|---|---|
static CaStatus |
CaStatus.forName(String status) |
CaStatus |
CaEntry.getStatus() |
CaStatus |
ChangeCaEntry.getStatus() |
static CaStatus |
CaStatus.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static CaStatus[] |
CaStatus.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
CaEntry.setStatus(CaStatus status) |
void |
ChangeCaEntry.setStatus(CaStatus status) |
Copyright © 2018. All rights reserved.