public enum CaCapability extends Enum<CaCapability>
| Enum Constant and Description |
|---|
AES |
DES3 |
GetNextCACert |
POSTPKIOperation |
Renewal |
SHA1 |
SHA256 |
SHA512 |
Update |
| Modifier and Type | Method and Description |
|---|---|
static CaCapability |
forValue(String text) |
String |
getText() |
static CaCapability |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static CaCapability[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final CaCapability AES
public static final CaCapability DES3
public static final CaCapability GetNextCACert
public static final CaCapability POSTPKIOperation
public static final CaCapability Renewal
public static final CaCapability SHA1
public static final CaCapability SHA256
public static final CaCapability SHA512
public static final CaCapability Update
public static CaCapability[] values()
for (CaCapability c : CaCapability.values()) System.out.println(c);
public static CaCapability valueOf(String name)
name - the name of the enum constant to be returned.IllegalArgumentException - if this enum type has no constant with the specified nameNullPointerException - if the argument is nullpublic String getText()
public static CaCapability forValue(String text)
Copyright © 2018. All rights reserved.