Package eu.europa.esig.dss.model
Class SignatureValue
java.lang.Object
eu.europa.esig.dss.model.SignatureValue
- All Implemented Interfaces:
Serializable
public final class SignatureValue extends Object implements Serializable
- See Also:
- Serialized Form
-
Constructor Summary
Constructors Constructor Description SignatureValue()
SignatureValue(SignatureAlgorithm algorithm, byte[] value)
-
Method Summary
Modifier and Type Method Description boolean
equals(Object obj)
SignatureAlgorithm
getAlgorithm()
byte[]
getValue()
int
hashCode()
void
setAlgorithm(SignatureAlgorithm algorithm)
void
setValue(byte[] value)
String
toString()
-
Constructor Details
-
SignatureValue
public SignatureValue() -
SignatureValue
-
-
Method Details