public class Fixity
extends java.lang.Object
implements java.io.Serializable
| Constructor and Description |
|---|
Fixity() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getAlgorithmType() |
java.lang.String |
getValue() |
void |
setAlgorithmType(java.lang.String algorithmType)
Default supported values for algorithmType are: SHA-1, CRC32, and MD5, other algorithms require a Custom Fixity Plugin to be installed.
|
void |
setValue(java.lang.String value) |
public java.lang.String getAlgorithmType()
public void setAlgorithmType(java.lang.String algorithmType)
public java.lang.String getValue()
public void setValue(java.lang.String value)