se.unlogic.standardutils.crypto
Class HashAlgorithms

java.lang.Object
  extended by se.unlogic.standardutils.crypto.HashAlgorithms

public class HashAlgorithms
extends Object


Field Summary
static String MD2
           
static String MD5
           
static String SHA1
           
static String SHA256
           
static String SHA384
           
static String SHA512
           
 
Constructor Summary
HashAlgorithms()
           
 
Method Summary
static String[] getAlgorithms()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

MD2

public static final String MD2
See Also:
Constant Field Values

MD5

public static final String MD5
See Also:
Constant Field Values

SHA1

public static final String SHA1
See Also:
Constant Field Values

SHA256

public static final String SHA256
See Also:
Constant Field Values

SHA384

public static final String SHA384
See Also:
Constant Field Values

SHA512

public static final String SHA512
See Also:
Constant Field Values
Constructor Detail

HashAlgorithms

public HashAlgorithms()
Method Detail

getAlgorithms

public static String[] getAlgorithms()


Copyright © 2011. All Rights Reserved.