Class DataToSignMultipleDocumentsDTO

java.lang.Object
eu.europa.esig.dss.ws.signature.dto.AbstractDataToSignDTO
eu.europa.esig.dss.ws.signature.dto.DataToSignMultipleDocumentsDTO
All Implemented Interfaces:
Serializable

public class DataToSignMultipleDocumentsDTO extends AbstractDataToSignDTO
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: