public class ChecksumCalculator extends Object
| Modifier and Type | Field and Description |
|---|---|
static int |
LENGTH_OF_SHA256 |
| Constructor and Description |
|---|
ChecksumCalculator() |
| Modifier and Type | Method and Description |
|---|---|
static ChecksumCalculator |
getInstance() |
String |
md5(byte[] input) |
String |
md5(String input) |
String |
sha256(byte[] input) |
String |
sha256(String input) |
public static final int LENGTH_OF_SHA256
Copyright © 2018 ReTest GmbH. All rights reserved.