| Package | Description |
|---|---|
| org.xipki.ca.api.mgmt |
| Modifier and Type | Method and Description |
|---|---|
static ValidityMode |
ValidityMode.forName(String text) |
ValidityMode |
MgmtMessage.CaEntryWrapper.getValidityMode() |
ValidityMode |
MgmtEntry.Ca.getValidityMode() |
ValidityMode |
MgmtEntry.ChangeCa.getValidityMode() |
static ValidityMode |
ValidityMode.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ValidityMode[] |
ValidityMode.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.setValidityMode(ValidityMode validityMode) |
void |
MgmtEntry.Ca.setValidityMode(ValidityMode mode) |
void |
MgmtEntry.ChangeCa.setValidityMode(ValidityMode validityMode) |
Copyright © 2020. All rights reserved.