Class SignOneDocumentDTO
java.lang.Object
eu.europa.esig.dss.ws.signature.dto.AbstractSignDocumentDTO
eu.europa.esig.dss.ws.signature.dto.SignOneDocumentDTO
- All Implemented Interfaces:
Serializable
public class SignOneDocumentDTO extends AbstractSignDocumentDTO
This class is a DTO to transfer required objects to execute signDocument 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 SignOneDocumentDTO()SignOneDocumentDTO(RemoteDocument toSignDocument, RemoteSignatureParameters parameters, SignatureValueDTO signatureValue) -
Method Summary
Modifier and Type Method Description booleanequals(Object obj)RemoteDocumentgetToSignDocument()inthashCode()voidsetToSignDocument(RemoteDocument toSignDocument)StringtoString()Methods inherited from class eu.europa.esig.dss.ws.signature.dto.AbstractSignDocumentDTO
getParameters, getSignatureValue, setParameters, setSignatureValue
-
Constructor Details
-
SignOneDocumentDTO
public SignOneDocumentDTO() -
SignOneDocumentDTO
public SignOneDocumentDTO(RemoteDocument toSignDocument, RemoteSignatureParameters parameters, SignatureValueDTO signatureValue)
-
-
Method Details