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

Variable Index

 o ANSI
 o ISO
 o RIPE

Method Index

 o getLength()
Get length of the produced MAC

Variables

 o ANSI
 public static final MACAlgorithm ANSI
 o ISO
 public static final MACAlgorithm ISO
 o RIPE
 public static final MACAlgorithm RIPE

Methods

 o 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