Class TimestampResponseDTO

java.lang.Object
eu.europa.esig.dss.ws.timestamp.dto.TimestampResponseDTO
All Implemented Interfaces:
Serializable

public class TimestampResponseDTO extends Object implements Serializable
The DTO representing a response of a timestamp service
See Also:
  • 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()
      Overrides:
      hashCode in class Object
    • equals

      public boolean equals(Object obj)
      Overrides:
      equals in class Object
    • toString

      public String toString()
      Overrides:
      toString in class Object