public static enum JSchHelper.ServerHostKeySortOrder extends java.lang.Enum<JSchHelper.ServerHostKeySortOrder>
| Enum Constant and Description |
|---|
PREFER_ECDSA |
PREFER_RSA |
| Modifier and Type | Method and Description |
|---|---|
static JSchHelper.ServerHostKeySortOrder |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static JSchHelper.ServerHostKeySortOrder[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final JSchHelper.ServerHostKeySortOrder PREFER_ECDSA
public static final JSchHelper.ServerHostKeySortOrder PREFER_RSA
public static JSchHelper.ServerHostKeySortOrder[] values()
for (JSchHelper.ServerHostKeySortOrder c : JSchHelper.ServerHostKeySortOrder.values()) System.out.println(c);
public static JSchHelper.ServerHostKeySortOrder valueOf(java.lang.String name)
name - the name of the enum constant to be returned.java.lang.IllegalArgumentException - if this enum type has no constant with the specified namejava.lang.NullPointerException - if the argument is null