Package eu.europa.esig.dss.ws.dto
Class ToBeSignedDTO
java.lang.Object
eu.europa.esig.dss.ws.dto.ToBeSignedDTO
- All Implemented Interfaces:
Serializable
public class ToBeSignedDTO extends Object implements Serializable
The DTO used to transfer ToBeSigned data
- See Also:
- Serialized Form
-
Constructor Summary
Constructors Constructor Description ToBeSignedDTO()
Empty constructorToBeSignedDTO(byte[] bytes)
Default constructor -
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
-