All Packages Class Hierarchy This Package Previous Next Index
Class semper.crypto.MACAlgorithm
java.lang.Object
|
+----semper.util.constant.Constant
|
+----semper.crypto.MACAlgorithm
- public final class MACAlgorithm
- extends Constant
-
ANSI
-
-
ISO
-
-
RIPE
-
-
getLength()
- Get length of the produced MAC
ANSI
public static final MACAlgorithm ANSI
ISO
public static final MACAlgorithm ISO
RIPE
public static final MACAlgorithm RIPE
getLength
public int getLength() throws ConstantException
- Get length of the produced MAC
- Throws: ConstantException
- if the length of the
MACalgorithm is not known. (Exceptiontype is subject to change)
All Packages Class Hierarchy This Package Previous Next Index