All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class semper.crypto.HashingAlgorithm

java.lang.Object
   |
   +----semper.util.constant.Constant
           |
           +----semper.crypto.HashingAlgorithm

public final class HashingAlgorithm
extends Constant

Variable Index

 o AR_DFP
AR_DFP hashing algorithm
 o MD4
MD4 hashing algorithm
 o MD5
MD5 hashing algorithm
 o MDC2
MDC2 hashing algorithm
 o MDC4
MDC4 hashing algorithm
 o RIPEMD160
RIPEMD160 hashing algorithm
 o SHS
SHA-1 hashing algorithm

Method Index

 o getLength()
Get length (in bytes) of hash value

Variables

 o MD4
 public static final HashingAlgorithm MD4
MD4 hashing algorithm

 o MD5
 public static final HashingAlgorithm MD5
MD5 hashing algorithm

 o RIPEMD160
 public static final HashingAlgorithm RIPEMD160
RIPEMD160 hashing algorithm

 o MDC2
 public static final HashingAlgorithm MDC2
MDC2 hashing algorithm

 o MDC4
 public static final HashingAlgorithm MDC4
MDC4 hashing algorithm

 o AR_DFP
 public static final HashingAlgorithm AR_DFP
AR_DFP hashing algorithm

 o SHS
 public static final HashingAlgorithm SHS
SHA-1 hashing algorithm

Methods

 o getLength
 public int getLength()
Get length (in bytes) of hash value


All Packages  Class Hierarchy  This Package  Previous  Next  Index