public static class EncryptionAlgorithm.Alg
extends java.lang.Object
| Modifier and Type | Field and Description | 
|---|---|
static EncryptionAlgorithm.Alg | 
AES  | 
static EncryptionAlgorithm.Alg | 
DES  | 
static EncryptionAlgorithm.Alg | 
DESede  | 
static EncryptionAlgorithm.Alg | 
RC2  | 
static EncryptionAlgorithm.Alg | 
RC4  | 
| Modifier and Type | Method and Description | 
|---|---|
java.lang.String | 
toString()  | 
public static final EncryptionAlgorithm.Alg RC4
public static final EncryptionAlgorithm.Alg DES
public static final EncryptionAlgorithm.Alg DESede
public static final EncryptionAlgorithm.Alg AES
public static final EncryptionAlgorithm.Alg RC2