Class TimestampResponseDTO
java.lang.Object
eu.europa.esig.dss.ws.timestamp.dto.TimestampResponseDTO
- All Implemented Interfaces:
Serializable
The DTO representing a response of a timestamp service
- See Also:
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionboolean
byte[]
Gets binaries of the timestamp's responseint
hashCode()
void
setBinaries
(byte[] binaries) Sets binaries of the timestamp's responsetoString()
-
Constructor Details
-
TimestampResponseDTO
public TimestampResponseDTO()Default constructor
-
-
Method Details
-
getBinaries
public byte[] getBinaries()Gets binaries of the timestamp's response- Returns:
- binaries
-
setBinaries
public void setBinaries(byte[] binaries) Sets binaries of the timestamp's response- Parameters:
binaries
- byte array
-
hashCode
public int hashCode() -
equals
-
toString
-