public class SimpleChecksum extends Object
| Constructor and Description |
|---|
SimpleChecksum() |
| Modifier and Type | Method and Description |
|---|---|
ChecksumAlgorithm |
getStyle() |
String |
getValue() |
void |
setStyle(ChecksumAlgorithm style) |
void |
setValue(String value) |
public ChecksumAlgorithm getStyle()
public String getValue()
public void setStyle(ChecksumAlgorithm style)
style - the style to setpublic void setValue(String value)
value - the value to setCopyright © 2016. All rights reserved.