org.eparapher.core.crypto
Class EPDigestManager
java.lang.Object
org.eparapher.core.crypto.EPDigestManager
public class EPDigestManager
- extends Object
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
MD2
public static final String MD2
- See Also:
- Constant Field Values
MD4
public static final String MD4
- See Also:
- Constant Field Values
MD5
public static final String MD5
- See Also:
- Constant Field Values
RIPEMD128
public static final String RIPEMD128
- See Also:
- Constant Field Values
RIPEMD160
public static final String RIPEMD160
- See Also:
- Constant Field Values
RIPEMD256
public static final String RIPEMD256
- See Also:
- Constant Field Values
RIPEMD320
public static final String RIPEMD320
- See Also:
- Constant Field Values
SHA1
public static final String SHA1
- See Also:
- Constant Field Values
SHA224
public static final String SHA224
- 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
TIGER
public static final String TIGER
- See Also:
- Constant Field Values
GOST3411
public static final String GOST3411
- See Also:
- Constant Field Values
WHIRLPOOL
public static final String WHIRLPOOL
- See Also:
- Constant Field Values
DIGESTFORMAT
public static final String[] DIGESTFORMAT
EPDigestManager
public EPDigestManager()
getInstance
public static EPDigestManager getInstance()
hash
public byte[] hash(String alg,
byte[] content)
throws NoSuchAlgorithmException
- Throws:
NoSuchAlgorithmException
hashInHex
public String hashInHex(String alg,
byte[] content)
throws NoSuchAlgorithmException
- Throws:
NoSuchAlgorithmException
Copyright © 2009 eParapher Software Foundation. All Rights Reserved.