com.adobe.livecycle.encryption.client
Class EncryptionAlgorithm

java.lang.Object
  extended by java.lang.Enum
      extended by com.adobe.livecycle.encryption.client.EncryptionAlgorithm
All Implemented Interfaces:
java.io.Serializable, java.lang.Comparable

public final class EncryptionAlgorithm
extends java.lang.Enum

This enum class lists the symmetric encryption algorithms supported.

See Also:
Serialized Form

Field Summary
static EncryptionAlgorithm AES128
           
static EncryptionAlgorithm AES192
           
static EncryptionAlgorithm AES256
           
static EncryptionAlgorithm TRIPLEDES
           
 
Method Summary
static EncryptionAlgorithm valueOf(java.lang.String name)
           
static EncryptionAlgorithm[] 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

AES128

public static final EncryptionAlgorithm AES128

AES192

public static final EncryptionAlgorithm AES192

AES256

public static final EncryptionAlgorithm AES256

TRIPLEDES

public static final EncryptionAlgorithm TRIPLEDES
Method Detail

values

public static EncryptionAlgorithm[] values()

valueOf

public static EncryptionAlgorithm valueOf(java.lang.String name)