Package eu.europa.esig.dss.model
Class SignatureValue
java.lang.Object
eu.europa.esig.dss.model.SignatureValue
-
Constructor Summary
ConstructorsConstructorDescriptionEmpty constructorSignatureValue(SignatureAlgorithm algorithm, byte[] value) Default constructor -
Method Summary
Modifier and TypeMethodDescriptionbooleanGets theSignatureAlgorithmbyte[]getValue()Gets the SignatureValue binariesinthashCode()voidsetAlgorithm(SignatureAlgorithm algorithm) Sets theSignatureAlgorithmvoidsetValue(byte[] value) Sets the SignatureValue binariestoString()
-
Constructor Details
-
SignatureValue
public SignatureValue()Empty constructor -
SignatureValue
Default constructor- Parameters:
algorithm-SignatureAlgorithmvalue- the SignatureValue binaries
-
-
Method Details
-
getAlgorithm
-
setAlgorithm
Sets theSignatureAlgorithm- Parameters:
algorithm-SignatureAlgorithm
-
getValue
public byte[] getValue()Gets the SignatureValue binaries- Returns:
- SignatureValue binaries
-
setValue
public void setValue(byte[] value) Sets the SignatureValue binaries- Parameters:
value- SignatureValue binaries
-
hashCode
-
equals
-
toString
-