public static enum KexExtensionHandler.KexPhase extends Enum<KexExtensionHandler.KexPhase>
sendKexExtensions
is invokedModifier and Type | Field and Description |
---|---|
static Set<KexExtensionHandler.KexPhase> |
VALUES |
Modifier and Type | Method and Description |
---|---|
static KexExtensionHandler.KexPhase |
valueOf(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 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(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 nullCopyright © 2008–2024 The Apache Software Foundation. All rights reserved.