aQute.libg.cryptography
Class MD5
java.lang.Object
aQute.libg.cryptography.Digest
aQute.libg.cryptography.MD5
public class MD5
- extends Digest
|
Constructor Summary |
MD5(byte[] digest)
|
ALGORITHM
public static final String ALGORITHM
- See Also:
- Constant Field Values
MD5
public MD5(byte[] digest)
getDigester
public static Digester<MD5> getDigester(OutputStream... out)
throws Exception
- Throws:
Exception
getAlgorithm
public String getAlgorithm()
- Specified by:
getAlgorithm in class Digest
digest
public static MD5 digest(byte[] data)
throws Exception
- Throws:
Exception
digest
public static MD5 digest(File f)
throws NoSuchAlgorithmException,
Exception
- Throws:
NoSuchAlgorithmException
Exception
digest
public static MD5 digest(InputStream f)
throws NoSuchAlgorithmException,
Exception
- Throws:
NoSuchAlgorithmException
Exception
Copyright © 2014 aQute SARL. All rights reserved.