Skip navigation links


oracle.iam.configservice.api
Class Constants.Encryption

java.lang.Object
  extended by java.lang.Enum
      extended by oracle.iam.configservice.api.Constants.Encryption

All Implemented Interfaces:
java.io.Serializable, java.lang.Comparable
Enclosing class:
Constants

public static final class Constants.Encryption
extends java.lang.Enum
See Also:
Serialized Form

Field Summary
static Constants.Encryption CLEAR
           
static Constants.Encryption ENCRYPT
           

 

Method Summary
static Constants.Encryption valueOf(java.lang.String name)
           
static Constants.Encryption[] values()
           

 

Methods inherited from class java.lang.Enum
compareTo, equals, getDeclaringClass, hashCode, name, ordinal, toString, valueOf

 

Methods inherited from class java.lang.Object
getClass, notify, notifyAll, wait, wait, wait

 

Field Detail

CLEAR

public static final Constants.Encryption CLEAR

ENCRYPT

public static final Constants.Encryption ENCRYPT

Method Detail

values

public static Constants.Encryption[] values()

valueOf

public static Constants.Encryption valueOf(java.lang.String name)

Skip navigation links


Copyright © 2010, Oracle and/or its affiliates. All rights reserved.