Package eu.europa.esig.dss.ws.dto
Class SignatureValueDTO
java.lang.Object
eu.europa.esig.dss.ws.dto.SignatureValueDTO
-
Constructor Summary
ConstructorsConstructorDescriptionEmpty constructorSignatureValueDTO(SignatureAlgorithm algorithm, byte[] value) The default constructor -
Method Summary
Modifier and TypeMethodDescriptionbooleanGets the usedSignatureAlgorithmbyte[]getValue()Gets the SignatureValue binariesinthashCode()voidsetAlgorithm(SignatureAlgorithm algorithm) Sets the usedSignatureAlgorithmvoidsetValue(byte[] value) Sets the SignatureValue binariestoString()
-
Constructor Details
-
SignatureValueDTO
public SignatureValueDTO()Empty constructor -
SignatureValueDTO
The default constructor- Parameters:
algorithm-SignatureAlgorithmused to compute the SignatureValuevalue- the SignatureValue binaries
-
-
Method Details
-
getAlgorithm
Gets the usedSignatureAlgorithm- Returns:
SignatureAlgorithm
-
setAlgorithm
Sets the usedSignatureAlgorithm- Parameters:
algorithm-SignatureAlgorithm
-
getValue
public byte[] getValue()Gets the SignatureValue binaries- Returns:
- the SignatureValue binaries
-
setValue
public void setValue(byte[] value) Sets the SignatureValue binaries- Parameters:
value- the SignatureValue binaries
-
hashCode
-
equals
-
toString
-