All Packages Class Hierarchy This Package Previous Next Index
Class semper.crypto.ConventionalAlgorithm
java.lang.Object
|
+----semper.util.constant.Constant
|
+----semper.crypto.KeyType
|
+----semper.crypto.ConventionalAlgorithm
- public final class ConventionalAlgorithm
- extends KeyType
Constants for conventional encryption selection
-
DES
- DES algorithm
-
DES3
-
-
IDEA
- IDEA algorithm
-
INVALID
- Constant signalling invalid algorithm (or no algorithm selected)
-
getLength()
- Get length of key
INVALID
public static final ConventionalAlgorithm INVALID
- Constant signalling invalid algorithm (or no algorithm selected)
DES
public static final ConventionalAlgorithm DES
- DES algorithm
IDEA
public static final ConventionalAlgorithm IDEA
- IDEA algorithm
DES3
public static final ConventionalAlgorithm DES3
getLength
public int getLength()
- Get length of key
All Packages Class Hierarchy This Package Previous Next Index