public static enum OpenSSHKnownHosts.Marker extends Enum<OpenSSHKnownHosts.Marker>
Modifier and Type | Method and Description |
---|---|
static OpenSSHKnownHosts.Marker |
fromString(String str) |
String |
getMarkerString() |
static OpenSSHKnownHosts.Marker |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static OpenSSHKnownHosts.Marker[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final OpenSSHKnownHosts.Marker CA_CERT
public static final OpenSSHKnownHosts.Marker REVOKED
public static OpenSSHKnownHosts.Marker[] values()
for (OpenSSHKnownHosts.Marker c : OpenSSHKnownHosts.Marker.values()) System.out.println(c);
public static OpenSSHKnownHosts.Marker 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 nullpublic String getMarkerString()
public static OpenSSHKnownHosts.Marker fromString(String str)
Copyright © 2009-2014. All Rights Reserved.