| Package | Description |
|---|---|
| org.xipki.ca.api.mgmt |
| Modifier and Type | Method and Description |
|---|---|
static CaStatus |
CaStatus.forName(String status) |
CaStatus |
MgmtMessage.CaEntryWrapper.getStatus() |
CaStatus |
MgmtEntry.Ca.getStatus() |
CaStatus |
MgmtEntry.ChangeCa.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 |
MgmtMessage.CaEntryWrapper.setStatus(CaStatus status) |
void |
MgmtEntry.Ca.setStatus(CaStatus status) |
void |
MgmtEntry.ChangeCa.setStatus(CaStatus status) |
Copyright © 2020. All rights reserved.