Package eu.europa.esig.dss.model
Class SignatureValue
java.lang.Object
eu.europa.esig.dss.model.SignatureValue
- All Implemented Interfaces:
- Serializable
The SignatureValue
- See Also:
- 
Constructor SummaryConstructorsConstructorDescriptionEmpty constructorSignatureValue(SignatureAlgorithm algorithm, byte[] value) Default constructor
- 
Method SummaryModifier and TypeMethodDescriptionbooleanGets theSignatureAlgorithmbyte[]getValue()Gets the SignatureValue binariesinthashCode()voidsetAlgorithm(SignatureAlgorithm algorithm) Sets theSignatureAlgorithmvoidsetValue(byte[] value) Sets the SignatureValue binariestoString()
- 
Constructor Details- 
SignatureValuepublic SignatureValue()Empty constructor
- 
SignatureValueDefault constructor- Parameters:
- algorithm-- SignatureAlgorithm
- value- the SignatureValue binaries
 
 
- 
- 
Method Details- 
getAlgorithmGets theSignatureAlgorithm- Returns:
- SignatureAlgorithm
 
- 
setAlgorithmSets theSignatureAlgorithm- Parameters:
- algorithm-- SignatureAlgorithm
 
- 
getValuepublic byte[] getValue()Gets the SignatureValue binaries- Returns:
- SignatureValue binaries
 
- 
setValuepublic void setValue(byte[] value) Sets the SignatureValue binaries- Parameters:
- value- SignatureValue binaries
 
- 
hashCodepublic int hashCode()
- 
equals
- 
toString
 
-