java.security
Enum KeyRep.Type

java.lang.Object
  extended by java.lang.Enum
      extended by java.security.KeyRep.Type
All Implemented Interfaces:
Comparable, Serializable
Enclosing class:
KeyRep

public static enum KeyRep.Type
extends Enum<KeyRep.Type>

Key type


Enum Constant Summary
PRIVATE
           
PUBLIC
           
SECRET
           
 
Method Summary
static KeyRep.Type valueOf(String name)
           
static KeyRep.Type[] values()
           
 
Methods inherited from class java.lang.Enum
clone, compareTo, equals, getDeclaringClass, hashCode, name, ordinal, toString, valueOf
 
Methods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface java.lang.Comparable
compareTo
 

Enum Constant Detail

SECRET

public static final KeyRep.Type SECRET

PUBLIC

public static final KeyRep.Type PUBLIC

PRIVATE

public static final KeyRep.Type PRIVATE
Method Detail

values

public static final KeyRep.Type[] values()

valueOf

public static KeyRep.Type valueOf(String name)