com.adobe.livecycle.encryption.client
Class EncryptionAlgorithm
java.lang.Object
java.lang.Enum
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
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 |
AES128
public static final EncryptionAlgorithm AES128
AES192
public static final EncryptionAlgorithm AES192
AES256
public static final EncryptionAlgorithm AES256
TRIPLEDES
public static final EncryptionAlgorithm TRIPLEDES
values
public static EncryptionAlgorithm[] values()
valueOf
public static EncryptionAlgorithm valueOf(java.lang.String name)