public class EncryptionInfo
extends java.lang.Object
implements java.io.Serializable
Modifier and Type | Field and Description |
---|---|
static int |
DES |
static int |
MD5 |
static int |
NO_ENCRYPTION |
static int |
TRIPLE_DES |
static int |
XOR |
Constructor and Description |
---|
EncryptionInfo(int type,
byte[] key) |
Modifier and Type | Method and Description |
---|---|
byte[] |
getKey() |
int |
getType() |
public static final int NO_ENCRYPTION
public static final int XOR
public static final int MD5
public static final int DES
public static final int TRIPLE_DES