public static enum KexExtensionHandler.KexPhase extends java.lang.Enum<KexExtensionHandler.KexPhase>
sendKexExtensions is invoked| Modifier and Type | Field and Description |
|---|---|
static java.util.Set<KexExtensionHandler.KexPhase> |
VALUES |
| Modifier and Type | Method and Description |
|---|---|
static KexExtensionHandler.KexPhase |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static KexExtensionHandler.KexPhase[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final KexExtensionHandler.KexPhase NEWKEYS
public static final KexExtensionHandler.KexPhase AUTHOK
public static final java.util.Set<KexExtensionHandler.KexPhase> VALUES
public static KexExtensionHandler.KexPhase[] values()
for (KexExtensionHandler.KexPhase c : KexExtensionHandler.KexPhase.values()) System.out.println(c);
public static KexExtensionHandler.KexPhase 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