se.unlogic.standardutils.crypto
Class HashAlgorithms

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

public class HashAlgorithms
extends java.lang.Object


Field Summary
static java.lang.String MD2
           
static java.lang.String MD5
           
static java.lang.String SHA1
           
static java.lang.String SHA256
           
static java.lang.String SHA384
           
static java.lang.String SHA512
           
 
Constructor Summary
HashAlgorithms()
           
 
Method Summary
static java.lang.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 java.lang.String MD2
See Also:
Constant Field Values

MD5

public static final java.lang.String MD5
See Also:
Constant Field Values

SHA1

public static final java.lang.String SHA1
See Also:
Constant Field Values

SHA256

public static final java.lang.String SHA256
See Also:
Constant Field Values

SHA384

public static final java.lang.String SHA384
See Also:
Constant Field Values

SHA512

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

HashAlgorithms

public HashAlgorithms()
Method Detail

getAlgorithms

public static java.lang.String[] getAlgorithms()


Copyright © 2011. All Rights Reserved.