private static enum OpenSshServerKeyVerifier.ModifiedKeyHandling extends java.lang.Enum<OpenSshServerKeyVerifier.ModifiedKeyHandling>
Enum Constant and Description |
---|
ALLOW |
ALLOW_AND_STORE |
DENY |
Modifier and Type | Method and Description |
---|---|
static OpenSshServerKeyVerifier.ModifiedKeyHandling |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static OpenSshServerKeyVerifier.ModifiedKeyHandling[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final OpenSshServerKeyVerifier.ModifiedKeyHandling DENY
public static final OpenSshServerKeyVerifier.ModifiedKeyHandling ALLOW
public static final OpenSshServerKeyVerifier.ModifiedKeyHandling ALLOW_AND_STORE
public static OpenSshServerKeyVerifier.ModifiedKeyHandling[] values()
for (OpenSshServerKeyVerifier.ModifiedKeyHandling c : OpenSshServerKeyVerifier.ModifiedKeyHandling.values()) System.out.println(c);
public static OpenSshServerKeyVerifier.ModifiedKeyHandling 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