public static enum LetsEncrypt.Type extends Enum<LetsEncrypt.Type>
Enum Constant and Description |
---|
HTTP
HTTP-01 challenge type (default).
|
Modifier and Type | Method and Description |
---|---|
static LetsEncrypt.Type |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static LetsEncrypt.Type[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final LetsEncrypt.Type HTTP
public static LetsEncrypt.Type[] values()
for (LetsEncrypt.Type c : LetsEncrypt.Type.values()) System.out.println(c);
public static LetsEncrypt.Type 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 nullPhantom® and NetPhantom® are registered trademarks of Mindus SARL.
© © Mindus SARL, 2024. All rights reserved.