public final class SymmetricAlgorithmType extends Object
Represents symmetric encryption algorithm type.
Modifier and Type | Field and Description |
---|---|
static int |
DES
Represents DES Data Encryption Standard algorithm.
|
static int |
RC2
Represents RC2 algorithm.
|
static int |
Rijndael
Represents Rijndael symmetric encryption algorithm.
|
static int |
TripleDES
Represents TripleDES symmetric encryption algorithm..
|
public static final int DES
Represents DES Data Encryption Standard algorithm.
public static final int RC2
Represents RC2 algorithm.
public static final int Rijndael
Represents Rijndael symmetric encryption algorithm.
public static final int TripleDES
Represents TripleDES symmetric encryption algorithm..