public class SignedObjectDigestModel extends Object
Modifier and Type | Field and Description |
---|---|
protected String |
algorithm |
protected String |
value |
Constructor and Description |
---|
SignedObjectDigestModel() |
Modifier and Type | Method and Description |
---|---|
String |
getAlgorithm() |
String |
getValue() |
SignedObjectDigestModel |
setAlgorithm(String algorithm) |
SignedObjectDigestModel |
setValue(String value) |
public String getValue()
public SignedObjectDigestModel setValue(String value)
public String getAlgorithm()
public SignedObjectDigestModel setAlgorithm(String algorithm)
Copyright © 2019 Vitam. All rights reserved.