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


Variable Index

 o DES
DES algorithm
 o DES3
 o IDEA
IDEA algorithm
 o INVALID
Constant signalling invalid algorithm (or no algorithm selected)

Method Index

 o getLength()
Get length of key

Variables

 o INVALID
 public static final ConventionalAlgorithm INVALID
Constant signalling invalid algorithm (or no algorithm selected)

 o DES
 public static final ConventionalAlgorithm DES
DES algorithm

 o IDEA
 public static final ConventionalAlgorithm IDEA
IDEA algorithm

 o DES3
 public static final ConventionalAlgorithm DES3

Methods

 o getLength
 public int getLength()
Get length of key


All Packages  Class Hierarchy  This Package  Previous  Next  Index