Package eu.europa.esig.dss.ws.dto
Class DigestDTO
java.lang.Object
eu.europa.esig.dss.ws.dto.DigestDTO
- All Implemented Interfaces:
Serializable
Represent the Digest DTO
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionThe empty constructorDigestDTO(DigestAlgorithm algorithm, byte[] value) The default constructor -
Method Summary
Modifier and TypeMethodDescriptionbooleanGets theDigestAlgorithmbyte[]getValue()Gets the digest valueinthashCode()protected StringhexValue()Returns a hex-encoded digest valuevoidsetAlgorithm(DigestAlgorithm algorithm) Sets theDigestAlgorithmvoidsetValue(byte[] value) Sets the digest valuetoString()
-
Constructor Details
-
DigestDTO
public DigestDTO()The empty constructor -
DigestDTO
The default constructor- Parameters:
algorithm-DigestAlgorithmused for the digest calculationvalue- of the digest
-
-
Method Details
-
getAlgorithm
Gets theDigestAlgorithm- Returns:
- the algorithm
-
setAlgorithm
Sets theDigestAlgorithm- Parameters:
algorithm-DigestAlgorithmthe algorithm to set
-
getValue
public byte[] getValue()Gets the digest value- Returns:
- the value
-
setValue
public void setValue(byte[] value) Sets the digest value- Parameters:
value- the value to set
-
hexValue
Returns a hex-encoded digest value- Returns:
Stringhex-encoded
-
hashCode
public int hashCode() -
equals
-
toString
-