Package eu.europa.esig.dss.ws.dto
Class ToBeSignedDTO
java.lang.Object
eu.europa.esig.dss.ws.dto.ToBeSignedDTO
- All Implemented Interfaces:
Serializable
The DTO used to transfer ToBeSigned data
- See Also:
-
Constructor Summary
-
Method Summary
-
Constructor Details
-
ToBeSignedDTO
public ToBeSignedDTO()Empty constructor -
ToBeSignedDTO
public ToBeSignedDTO(byte[] bytes) Default constructor- Parameters:
bytes
- binaries ToBeSigned
-
-
Method Details
-
getBytes
public byte[] getBytes()Gets binaries ToBeSigned- Returns:
- binaries ToBeSigned
-
setBytes
public void setBytes(byte[] bytes) Sets binaries ToBeSigned- Parameters:
bytes
- binaries ToBeSigned
-
hashCode
public int hashCode() -
equals
-