public class MD5 extends Object
The m d 5.
Constructor and Description |
---|
MD5() |
Modifier and Type | Method and Description |
---|---|
static boolean |
check(byte[] buffer,
byte[] checksum)
The check.
|
static byte[] |
computeHash(byte[] buffer)
The compute hash.
|
public static boolean check(byte[] buffer, byte[] checksum)
The check.
buffer
- The buffer.checksum
- The checksum.bool
.public static byte[] computeHash(byte[] buffer)
The compute hash.
buffer
- The buffer.T:byte[]
.Copyright (c) 2016 Aspose. All Rights Reserved.