| Package | Description |
|---|---|
| org.xipki.scep.message | |
| org.xipki.scep.transaction |
| Modifier and Type | Method and Description |
|---|---|
Set<CaCapability> |
CaCaps.capabilities() |
| Modifier and Type | Method and Description |
|---|---|
void |
CaCaps.addCapabilities(CaCapability... caps) |
boolean |
CaCaps.containsCapability(CaCapability cap) |
void |
CaCaps.removeCapabilities(CaCapability... caps) |
| Constructor and Description |
|---|
CaCaps(Set<CaCapability> capabilities) |
| Modifier and Type | Method and Description |
|---|---|
static CaCapability |
CaCapability.forValue(String text) |
static CaCapability |
CaCapability.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static CaCapability[] |
CaCapability.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Copyright © 2018. All rights reserved.