Package eu.europa.esig.dss.ws.dto
Class DigestDTO
java.lang.Object
eu.europa.esig.dss.ws.dto.DigestDTO
- All Implemented Interfaces:
Serializable
public class DigestDTO extends Object implements Serializable
Represent the Digest DTO
- See Also:
- Serialized Form
-
Constructor Summary
Constructors Constructor Description DigestDTO()The empty constructorDigestDTO(DigestAlgorithm algorithm, byte[] value)The default constructor -
Method Summary
Modifier and Type Method Description booleanequals(Object obj)DigestAlgorithmgetAlgorithm()Gets theDigestAlgorithmbyte[]getValue()Gets the digest valueinthashCode()protected StringhexValue()Returns a hex-encoded digest valuevoidsetAlgorithm(DigestAlgorithm algorithm)Sets theDigestAlgorithmvoidsetValue(byte[] value)Sets the digest valueStringtoString()
-
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
-