Uses of Class
eu.europa.esig.dss.ws.dto.RemoteDocument
-
-
-
Uses of RemoteDocument in eu.europa.esig.dss.ws.converter
Methods in eu.europa.esig.dss.ws.converter that return RemoteDocument Modifier and Type Method Description static RemoteDocumentRemoteDocumentConverter. toRemoteDocument(DSSDocument originalDocument)Methods in eu.europa.esig.dss.ws.converter that return types with arguments of type RemoteDocument Modifier and Type Method Description static List<RemoteDocument>RemoteDocumentConverter. toRemoteDocuments(List<DSSDocument> originalDocuments)Methods in eu.europa.esig.dss.ws.converter with parameters of type RemoteDocument Modifier and Type Method Description static DSSDocumentRemoteDocumentConverter. toDSSDocument(RemoteDocument remoteDocument)Method parameters in eu.europa.esig.dss.ws.converter with type arguments of type RemoteDocument Modifier and Type Method Description static List<DSSDocument>RemoteDocumentConverter. toDSSDocuments(List<RemoteDocument> remoteDocuments) -
Uses of RemoteDocument in eu.europa.esig.dss.ws.signature.common
Methods in eu.europa.esig.dss.ws.signature.common that return RemoteDocument Modifier and Type Method Description RemoteDocumentRemoteDocumentSignatureService. extendDocument(RemoteDocument toExtendDocument, RemoteSignatureParameters parameters)Extends the level of the signatures in thetoExtendDocumentRemoteDocumentRemoteDocumentSignatureServiceImpl. extendDocument(RemoteDocument remoteDocument, RemoteSignatureParameters remoteParameters)RemoteDocumentRemoteMultipleDocumentsSignatureService. extendDocument(RemoteDocument toExtendDocument, RemoteSignatureParameters parameters)Extends the level of the signatures in thetoExtendDocumentRemoteDocumentRemoteMultipleDocumentsSignatureServiceImpl. extendDocument(RemoteDocument toExtendDocument, RemoteSignatureParameters remoteParameters)RemoteDocumentRemoteDocumentSignatureService. signDocument(RemoteDocument toSignDocument, RemoteSignatureParameters parameters, SignatureValueDTO signatureValue)Signs the toSignDocument with the provided signatureValue.RemoteDocumentRemoteDocumentSignatureServiceImpl. signDocument(RemoteDocument remoteDocument, RemoteSignatureParameters remoteParameters, SignatureValueDTO signatureValueDTO)RemoteDocumentRemoteMultipleDocumentsSignatureService. signDocument(List<RemoteDocument> toSignDocuments, RemoteSignatureParameters parameters, SignatureValueDTO signatureValue)Signs the toSignDocuments with the provided signatureValue.RemoteDocumentRemoteMultipleDocumentsSignatureServiceImpl. signDocument(List<RemoteDocument> toSignDocuments, RemoteSignatureParameters remoteParameters, SignatureValueDTO signatureValueDTO)Methods in eu.europa.esig.dss.ws.signature.common with parameters of type RemoteDocument Modifier and Type Method Description RemoteDocumentRemoteDocumentSignatureService. extendDocument(RemoteDocument toExtendDocument, RemoteSignatureParameters parameters)Extends the level of the signatures in thetoExtendDocumentRemoteDocumentRemoteDocumentSignatureServiceImpl. extendDocument(RemoteDocument remoteDocument, RemoteSignatureParameters remoteParameters)RemoteDocumentRemoteMultipleDocumentsSignatureService. extendDocument(RemoteDocument toExtendDocument, RemoteSignatureParameters parameters)Extends the level of the signatures in thetoExtendDocumentRemoteDocumentRemoteMultipleDocumentsSignatureServiceImpl. extendDocument(RemoteDocument toExtendDocument, RemoteSignatureParameters remoteParameters)ToBeSignedDTORemoteDocumentSignatureService. getDataToSign(RemoteDocument toSignDocument, RemoteSignatureParameters parameters)Retrieves the bytes of the data that need to be signed based on thetoSignDocumentandparameters.ToBeSignedDTORemoteDocumentSignatureServiceImpl. getDataToSign(RemoteDocument remoteDocument, RemoteSignatureParameters remoteParameters)RemoteDocumentRemoteDocumentSignatureService. signDocument(RemoteDocument toSignDocument, RemoteSignatureParameters parameters, SignatureValueDTO signatureValue)Signs the toSignDocument with the provided signatureValue.RemoteDocumentRemoteDocumentSignatureServiceImpl. signDocument(RemoteDocument remoteDocument, RemoteSignatureParameters remoteParameters, SignatureValueDTO signatureValueDTO)Method parameters in eu.europa.esig.dss.ws.signature.common with type arguments of type RemoteDocument Modifier and Type Method Description ToBeSignedDTORemoteMultipleDocumentsSignatureService. getDataToSign(List<RemoteDocument> toSignDocuments, RemoteSignatureParameters parameters)Retrieves the bytes of the data that need to be signed based on thetoSignDocumentsandparameters.ToBeSignedDTORemoteMultipleDocumentsSignatureServiceImpl. getDataToSign(List<RemoteDocument> toSignDocuments, RemoteSignatureParameters remoteParameters)RemoteDocumentRemoteMultipleDocumentsSignatureService. signDocument(List<RemoteDocument> toSignDocuments, RemoteSignatureParameters parameters, SignatureValueDTO signatureValue)Signs the toSignDocuments with the provided signatureValue.RemoteDocumentRemoteMultipleDocumentsSignatureServiceImpl. signDocument(List<RemoteDocument> toSignDocuments, RemoteSignatureParameters remoteParameters, SignatureValueDTO signatureValueDTO) -
Uses of RemoteDocument in eu.europa.esig.dss.ws.signature.dto
Methods in eu.europa.esig.dss.ws.signature.dto that return RemoteDocument Modifier and Type Method Description RemoteDocumentExtendDocumentDTO. getToExtendDocument()RemoteDocumentDataToSignOneDocumentDTO. getToSignDocument()RemoteDocumentSignOneDocumentDTO. getToSignDocument()Methods in eu.europa.esig.dss.ws.signature.dto that return types with arguments of type RemoteDocument Modifier and Type Method Description List<RemoteDocument>DataToSignMultipleDocumentsDTO. getToSignDocuments()List<RemoteDocument>SignMultipleDocumentDTO. getToSignDocuments()Methods in eu.europa.esig.dss.ws.signature.dto with parameters of type RemoteDocument Modifier and Type Method Description voidExtendDocumentDTO. setToExtendDocument(RemoteDocument toExtendDocument)voidDataToSignOneDocumentDTO. setToSignDocument(RemoteDocument toSignDocument)voidSignOneDocumentDTO. setToSignDocument(RemoteDocument toSignDocument)Method parameters in eu.europa.esig.dss.ws.signature.dto with type arguments of type RemoteDocument Modifier and Type Method Description voidDataToSignMultipleDocumentsDTO. setToSignDocuments(List<RemoteDocument> toSignDocuments)voidSignMultipleDocumentDTO. setToSignDocuments(List<RemoteDocument> toSignDocuments)Constructors in eu.europa.esig.dss.ws.signature.dto with parameters of type RemoteDocument Constructor Description DataToSignOneDocumentDTO(RemoteDocument toSignDocument, RemoteSignatureParameters parameters)ExtendDocumentDTO(RemoteDocument toExtendDocument, RemoteSignatureParameters parameters)SignOneDocumentDTO(RemoteDocument toSignDocument, RemoteSignatureParameters parameters, SignatureValueDTO signatureValue)Constructor parameters in eu.europa.esig.dss.ws.signature.dto with type arguments of type RemoteDocument Constructor Description DataToSignMultipleDocumentsDTO(List<RemoteDocument> toSignDocuments, RemoteSignatureParameters parameters)SignMultipleDocumentDTO(List<RemoteDocument> toSignDocuments, RemoteSignatureParameters parameters, SignatureValueDTO signatureValue) -
Uses of RemoteDocument in eu.europa.esig.dss.ws.signature.dto.parameters
Methods in eu.europa.esig.dss.ws.signature.dto.parameters that return types with arguments of type RemoteDocument Modifier and Type Method Description List<RemoteDocument>RemoteSignatureParameters. getDetachedContents()Method parameters in eu.europa.esig.dss.ws.signature.dto.parameters with type arguments of type RemoteDocument Modifier and Type Method Description voidRemoteSignatureParameters. setDetachedContents(List<RemoteDocument> detachedContents) -
Uses of RemoteDocument in eu.europa.esig.dss.ws.signature.rest
Methods in eu.europa.esig.dss.ws.signature.rest that return RemoteDocument Modifier and Type Method Description RemoteDocumentRestDocumentSignatureServiceImpl. extendDocument(ExtendDocumentDTO extendDocumentDto)RemoteDocumentRestMultipleDocumentSignatureServiceImpl. extendDocument(ExtendDocumentDTO extendDocumentDto)RemoteDocumentRestDocumentSignatureServiceImpl. signDocument(SignOneDocumentDTO signDocumentDto)RemoteDocumentRestMultipleDocumentSignatureServiceImpl. signDocument(SignMultipleDocumentDTO signDocumentDto) -
Uses of RemoteDocument in eu.europa.esig.dss.ws.signature.rest.client
Methods in eu.europa.esig.dss.ws.signature.rest.client that return RemoteDocument Modifier and Type Method Description RemoteDocumentRestDocumentSignatureService. extendDocument(ExtendDocumentDTO extendDocument)Extends the level of the signatures in the toExtendDocumentRemoteDocumentRestMultipleDocumentSignatureService. extendDocument(ExtendDocumentDTO extendDocument)Extends the level of the signatures in the toExtendDocumentRemoteDocumentRestDocumentSignatureService. signDocument(SignOneDocumentDTO signDocument)Signs the toSignDocument with the provided signatureValue.RemoteDocumentRestMultipleDocumentSignatureService. signDocument(SignMultipleDocumentDTO signDocument)Signs the toSignDocuments with the provided signatureValue. -
Uses of RemoteDocument in eu.europa.esig.dss.ws.signature.soap
Methods in eu.europa.esig.dss.ws.signature.soap that return RemoteDocument Modifier and Type Method Description RemoteDocumentSoapDocumentSignatureServiceImpl. extendDocument(ExtendDocumentDTO extendDocumentDto)RemoteDocumentSoapMultipleDocumentsSignatureServiceImpl. extendDocument(ExtendDocumentDTO extendDocumentDto)RemoteDocumentSoapDocumentSignatureServiceImpl. signDocument(SignOneDocumentDTO signDocumentDto)RemoteDocumentSoapMultipleDocumentsSignatureServiceImpl. signDocument(SignMultipleDocumentDTO signDocumentDto) -
Uses of RemoteDocument in eu.europa.esig.dss.ws.signature.soap.client
Methods in eu.europa.esig.dss.ws.signature.soap.client that return RemoteDocument Modifier and Type Method Description RemoteDocumentSoapDocumentSignatureService. extendDocument(ExtendDocumentDTO extendDocument)This web service operation extends the signature of a given document to the level of the signature provided.RemoteDocumentSoapMultipleDocumentsSignatureService. extendDocument(ExtendDocumentDTO extendDocument)This web service operation extends the signature of a given document to the level of the signature provided.RemoteDocumentSoapDocumentSignatureService. signDocument(SignOneDocumentDTO signDocument)This web service operation signs a document according to a previously signed digest, a level of signature, some signature properties and keyInfo.RemoteDocumentSoapMultipleDocumentsSignatureService. signDocument(SignMultipleDocumentDTO signDocument)This web service operation signs a document according to a previously signed digest, a level of signature, some signature properties and keyInfo. -
Uses of RemoteDocument in eu.europa.esig.dss.ws.validation.common
Methods in eu.europa.esig.dss.ws.validation.common that return types with arguments of type RemoteDocument Modifier and Type Method Description List<RemoteDocument>RemoteDocumentValidationService. getOriginalDocuments(RemoteDocument signedFile, List<RemoteDocument> originalFiles, String signatureId)Methods in eu.europa.esig.dss.ws.validation.common with parameters of type RemoteDocument Modifier and Type Method Description List<RemoteDocument>RemoteDocumentValidationService. getOriginalDocuments(RemoteDocument signedFile, List<RemoteDocument> originalFiles, String signatureId)WSReportsDTORemoteDocumentValidationService. validateDocument(RemoteDocument signedFile, List<RemoteDocument> originalFiles, RemoteDocument policy)Method parameters in eu.europa.esig.dss.ws.validation.common with type arguments of type RemoteDocument Modifier and Type Method Description List<RemoteDocument>RemoteDocumentValidationService. getOriginalDocuments(RemoteDocument signedFile, List<RemoteDocument> originalFiles, String signatureId)WSReportsDTORemoteDocumentValidationService. validateDocument(RemoteDocument signedFile, List<RemoteDocument> originalFiles, RemoteDocument policy) -
Uses of RemoteDocument in eu.europa.esig.dss.ws.validation.dto
Methods in eu.europa.esig.dss.ws.validation.dto that return RemoteDocument Modifier and Type Method Description RemoteDocumentDataToValidateDTO. getPolicy()RemoteDocumentDataToValidateDTO. getSignedDocument()Methods in eu.europa.esig.dss.ws.validation.dto that return types with arguments of type RemoteDocument Modifier and Type Method Description List<RemoteDocument>DataToValidateDTO. getOriginalDocuments()Methods in eu.europa.esig.dss.ws.validation.dto with parameters of type RemoteDocument Modifier and Type Method Description voidDataToValidateDTO. setPolicy(RemoteDocument policy)voidDataToValidateDTO. setSignedDocument(RemoteDocument signedDocument)Method parameters in eu.europa.esig.dss.ws.validation.dto with type arguments of type RemoteDocument Modifier and Type Method Description voidDataToValidateDTO. setOriginalDocuments(List<RemoteDocument> originalDocuments)Constructors in eu.europa.esig.dss.ws.validation.dto with parameters of type RemoteDocument Constructor Description DataToValidateDTO(RemoteDocument signedDocument, RemoteDocument originalDocument, RemoteDocument policy)DataToValidateDTO(RemoteDocument signedDocument, RemoteDocument originalDocument, RemoteDocument policy, String signatureId)DataToValidateDTO(RemoteDocument signedDocument, List<RemoteDocument> originalDocuments, RemoteDocument policy)DataToValidateDTO(RemoteDocument signedDocument, List<RemoteDocument> originalDocuments, RemoteDocument policy, String signatureId)Constructor parameters in eu.europa.esig.dss.ws.validation.dto with type arguments of type RemoteDocument Constructor Description DataToValidateDTO(RemoteDocument signedDocument, List<RemoteDocument> originalDocuments, RemoteDocument policy)DataToValidateDTO(RemoteDocument signedDocument, List<RemoteDocument> originalDocuments, RemoteDocument policy, String signatureId) -
Uses of RemoteDocument in eu.europa.esig.dss.ws.validation.rest
Methods in eu.europa.esig.dss.ws.validation.rest that return types with arguments of type RemoteDocument Modifier and Type Method Description List<RemoteDocument>RestDocumentValidationServiceImpl. getOriginalDocuments(DataToValidateDTO dataToValidate) -
Uses of RemoteDocument in eu.europa.esig.dss.ws.validation.rest.client
Methods in eu.europa.esig.dss.ws.validation.rest.client that return types with arguments of type RemoteDocument Modifier and Type Method Description List<RemoteDocument>RestDocumentValidationService. getOriginalDocuments(DataToValidateDTO dataToValidate)This method returns the original document(s) for the given signed file and optionally the signatureId. -
Uses of RemoteDocument in eu.europa.esig.dss.ws.validation.soap
Methods in eu.europa.esig.dss.ws.validation.soap that return types with arguments of type RemoteDocument Modifier and Type Method Description List<RemoteDocument>SoapDocumentValidationServiceImpl. getOriginalDocuments(DataToValidateDTO dataToValidate) -
Uses of RemoteDocument in eu.europa.esig.dss.ws.validation.soap.client
Methods in eu.europa.esig.dss.ws.validation.soap.client that return types with arguments of type RemoteDocument Modifier and Type Method Description List<RemoteDocument>SoapDocumentValidationService. getOriginalDocuments(DataToValidateDTO dataToValidate)This method returns the original document(s) for the given signed file and optionally the signatureId.
-