Class DataToSignOneDocumentDTO
java.lang.Object
eu.europa.esig.dss.ws.signature.dto.AbstractDataToSignDTO
eu.europa.esig.dss.ws.signature.dto.DataToSignOneDocumentDTO
- All Implemented Interfaces:
Serializable
public class DataToSignOneDocumentDTO extends AbstractDataToSignDTO implements Serializable
This class is a DTO to transfer required objects to execute getDataToSign method
It's only possible to transfer an object by POST and REST.
It's impossible to transfer big objects by GET (url size limitation)
- See Also:
- Serialized Form
-
Constructor Summary
Constructors Constructor Description DataToSignOneDocumentDTO()
DataToSignOneDocumentDTO(RemoteDocument toSignDocument, RemoteSignatureParameters parameters)
-
Method Summary
Modifier and Type Method Description boolean
equals(Object obj)
RemoteDocument
getToSignDocument()
int
hashCode()
void
setToSignDocument(RemoteDocument toSignDocument)
String
toString()
Methods inherited from class eu.europa.esig.dss.ws.signature.dto.AbstractDataToSignDTO
getParameters, setParameters
-
Constructor Details
-
DataToSignOneDocumentDTO
public DataToSignOneDocumentDTO() -
DataToSignOneDocumentDTO
public DataToSignOneDocumentDTO(RemoteDocument toSignDocument, RemoteSignatureParameters parameters)
-
-
Method Details