Serializable
Comparable<KeyRep.Type>
public static enum KeyRep.Typeextends Enum<KeyRep.Type>
PRIVATE
PUBLIC
SECRET
static KeyRep.Type
valueOf(String name)
static KeyRep.Type[]
values()
clone, compareTo, equals, finalize, getDeclaringClass, hashCode, name, ordinal, toString, valueOf
getClass, notify, notifyAll, wait, wait, wait
public static final KeyRep.Type SECRET
public static final KeyRep.Type PUBLIC
public static final KeyRep.Type PRIVATE
public static KeyRep.Type[] values()
for (KeyRep.Type c : KeyRep.Type.values()) System.out.println(c);
public static KeyRep.Type valueOf(String name)
name
IllegalArgumentException
NullPointerException