Uses of Class
eu.europa.esig.dss.ws.dto.RemoteDocument
Package
Description
-
Uses of RemoteDocument in eu.europa.esig.dss.ws.cert.validation.dto
Modifier and TypeMethodDescriptionCertificateToValidateDTO.getPolicy()
Gets the validation policyModifier and TypeMethodDescriptionvoid
CertificateToValidateDTO.setPolicy
(RemoteDocument policy) Sets the validation policyModifierConstructorDescriptionCertificateToValidateDTO
(RemoteCertificate certificate, List<RemoteCertificate> certificateChain, Date validationTime, RemoteDocument policy, TokenExtractionStrategy tokenExtractionStrategy) The default constructor with a custom validation policy -
Uses of RemoteDocument in eu.europa.esig.dss.ws.converter
Modifier and TypeMethodDescriptionstatic RemoteDocument
RemoteDocumentConverter.toRemoteDocument
(DSSDocument originalDocument) Converts the givenDSSDocument
to aRemoteDocument
Modifier and TypeMethodDescriptionstatic List<RemoteDocument>
RemoteDocumentConverter.toRemoteDocuments
(List<DSSDocument> originalDocuments) Converts the given list oforiginalDocuments
to a list ofRemoteDocument
sModifier and TypeMethodDescriptionstatic DSSDocument
RemoteDocumentConverter.toDSSDocument
(RemoteDocument remoteDocument) Converts the givenRemoteDocument
to aDSSDocument
Modifier and TypeMethodDescriptionstatic List<DSSDocument>
RemoteDocumentConverter.toDSSDocuments
(List<RemoteDocument> remoteDocuments) Converts the given list ofremoteDocuments
to a list ofDSSDocument
s -
Uses of RemoteDocument in eu.europa.esig.dss.ws.signature.common
Modifier and TypeMethodDescriptionRemoteDocumentSignatureService.counterSignSignature
(RemoteDocument signatureDocument, RemoteSignatureParameters parameters, SignatureValueDTO signatureValue) Counter signs thesignatureDocument
with the provided signatureValue.RemoteDocumentSignatureServiceImpl.counterSignSignature
(RemoteDocument signatureDocument, RemoteSignatureParameters remoteParameters, SignatureValueDTO signatureValueDTO) RemoteDocumentSignatureService.extendDocument
(RemoteDocument toExtendDocument, RemoteSignatureParameters parameters) Extends the level of the signatures in thetoExtendDocument
RemoteDocumentSignatureServiceImpl.extendDocument
(RemoteDocument remoteDocument, RemoteSignatureParameters remoteParameters) RemoteMultipleDocumentsSignatureService.extendDocument
(RemoteDocument toExtendDocument, RemoteSignatureParameters parameters) Extends the level of the signatures in thetoExtendDocument
RemoteMultipleDocumentsSignatureServiceImpl.extendDocument
(RemoteDocument toExtendDocument, RemoteSignatureParameters remoteParameters) RemoteDocumentSignatureService.signDocument
(RemoteDocument toSignDocument, RemoteSignatureParameters parameters, SignatureValueDTO signatureValue) Signs the toSignDocument with the provided signatureValue.RemoteDocumentSignatureServiceImpl.signDocument
(RemoteDocument remoteDocument, RemoteSignatureParameters remoteParameters, SignatureValueDTO signatureValueDTO) RemoteMultipleDocumentsSignatureService.signDocument
(List<RemoteDocument> toSignDocuments, RemoteSignatureParameters parameters, SignatureValueDTO signatureValue) Signs the toSignDocuments with the provided signatureValue.RemoteMultipleDocumentsSignatureServiceImpl.signDocument
(List<RemoteDocument> toSignDocuments, RemoteSignatureParameters remoteParameters, SignatureValueDTO signatureValueDTO) RemotePAdESWithExternalCMSService.signDocument
(RemoteDocument toSignDocument, RemoteSignatureParameters parameters, RemoteDocument cmsSignature) Signs thetoSignDocument
by incorporating the providedcmsSignature
within computed PDF signature revision.RemotePAdESWithExternalCMSServiceImpl.signDocument
(RemoteDocument toSignDocument, RemoteSignatureParameters parameters, RemoteDocument cmsSignature) RemoteTrustedListSignatureService.signDocument
(RemoteDocument trustedList, RemoteTrustedListSignatureParameters parameters, SignatureValueDTO signatureValue) Signs the XML Trusted List with the providedsignatureValue
according to a set of customizable parameters.RemoteTrustedListSignatureServiceImpl.signDocument
(RemoteDocument trustedList, RemoteTrustedListSignatureParameters parameters, SignatureValueDTO signatureValue) RemoteExternalCMSService.signMessageDigest
(DigestDTO messageDigest, RemoteSignatureParameters parameters, SignatureValueDTO signatureValue) Creates a CMS signature signing the providedmessageDigest
compliant for PAdES signature enveloping.RemoteExternalCMSServiceImpl.signMessageDigest
(DigestDTO messageDigestDTO, RemoteSignatureParameters parameters, SignatureValueDTO signatureValueDTO) RemoteDocumentSignatureService.timestamp
(RemoteDocument toTimestampDocument, RemoteTimestampParameters parameters) Adds a timestamp to the documentRemoteDocumentSignatureServiceImpl.timestamp
(RemoteDocument remoteDocument, RemoteTimestampParameters remoteParameters) RemoteMultipleDocumentsSignatureService.timestamp
(List<RemoteDocument> toTimestampDocuments, RemoteTimestampParameters parameters) Adds timestamps to the given list of documentsRemoteMultipleDocumentsSignatureServiceImpl.timestamp
(List<RemoteDocument> toTimestampDocuments, RemoteTimestampParameters remoteParameters) Modifier and TypeMethodDescriptionRemoteDocumentSignatureService.counterSignSignature
(RemoteDocument signatureDocument, RemoteSignatureParameters parameters, SignatureValueDTO signatureValue) Counter signs thesignatureDocument
with the provided signatureValue.RemoteDocumentSignatureServiceImpl.counterSignSignature
(RemoteDocument signatureDocument, RemoteSignatureParameters remoteParameters, SignatureValueDTO signatureValueDTO) RemoteDocumentSignatureService.extendDocument
(RemoteDocument toExtendDocument, RemoteSignatureParameters parameters) Extends the level of the signatures in thetoExtendDocument
RemoteDocumentSignatureServiceImpl.extendDocument
(RemoteDocument remoteDocument, RemoteSignatureParameters remoteParameters) RemoteMultipleDocumentsSignatureService.extendDocument
(RemoteDocument toExtendDocument, RemoteSignatureParameters parameters) Extends the level of the signatures in thetoExtendDocument
RemoteMultipleDocumentsSignatureServiceImpl.extendDocument
(RemoteDocument toExtendDocument, RemoteSignatureParameters remoteParameters) RemoteDocumentSignatureService.getDataToBeCounterSigned
(RemoteDocument signatureDocument, RemoteSignatureParameters parameters) Retrieves the bytes of the data that need to be counter signed fromsignatureDocument
.RemoteDocumentSignatureServiceImpl.getDataToBeCounterSigned
(RemoteDocument signatureDocument, RemoteSignatureParameters remoteParameters) RemoteDocumentSignatureService.getDataToSign
(RemoteDocument toSignDocument, RemoteSignatureParameters parameters) Retrieves the bytes of the data that need to be signed based on thetoSignDocument
andparameters
.RemoteDocumentSignatureServiceImpl.getDataToSign
(RemoteDocument remoteDocument, RemoteSignatureParameters remoteParameters) RemoteTrustedListSignatureService.getDataToSign
(RemoteDocument trustedList, RemoteTrustedListSignatureParameters parameters) Retrieves the bytes of the data that need to be signed for a conformant XML Trusted List signing according to a set of customizable parametersRemoteTrustedListSignatureServiceImpl.getDataToSign
(RemoteDocument trustedList, RemoteTrustedListSignatureParameters parameters) RemotePAdESWithExternalCMSService.getMessageDigest
(RemoteDocument toSignDocument, RemoteSignatureParameters parameters) Creates a signature revision for the given PDFtoSignDocument
according to the providedparameters
and returns the message-digest computed on the extracted ByteRange content.RemotePAdESWithExternalCMSServiceImpl.getMessageDigest
(RemoteDocument toSignDocument, RemoteSignatureParameters parameters) RemoteDocumentSignatureService.signDocument
(RemoteDocument toSignDocument, RemoteSignatureParameters parameters, SignatureValueDTO signatureValue) Signs the toSignDocument with the provided signatureValue.RemoteDocumentSignatureServiceImpl.signDocument
(RemoteDocument remoteDocument, RemoteSignatureParameters remoteParameters, SignatureValueDTO signatureValueDTO) RemotePAdESWithExternalCMSService.signDocument
(RemoteDocument toSignDocument, RemoteSignatureParameters parameters, RemoteDocument cmsSignature) Signs thetoSignDocument
by incorporating the providedcmsSignature
within computed PDF signature revision.RemotePAdESWithExternalCMSServiceImpl.signDocument
(RemoteDocument toSignDocument, RemoteSignatureParameters parameters, RemoteDocument cmsSignature) RemoteTrustedListSignatureService.signDocument
(RemoteDocument trustedList, RemoteTrustedListSignatureParameters parameters, SignatureValueDTO signatureValue) Signs the XML Trusted List with the providedsignatureValue
according to a set of customizable parameters.RemoteTrustedListSignatureServiceImpl.signDocument
(RemoteDocument trustedList, RemoteTrustedListSignatureParameters parameters, SignatureValueDTO signatureValue) RemoteDocumentSignatureService.timestamp
(RemoteDocument toTimestampDocument, RemoteTimestampParameters parameters) Adds a timestamp to the documentRemoteDocumentSignatureServiceImpl.timestamp
(RemoteDocument remoteDocument, RemoteTimestampParameters remoteParameters) Modifier and TypeMethodDescriptionRemoteMultipleDocumentsSignatureService.getDataToSign
(List<RemoteDocument> toSignDocuments, RemoteSignatureParameters parameters) Retrieves the bytes of the data that need to be signed based on thetoSignDocuments
andparameters
.RemoteMultipleDocumentsSignatureServiceImpl.getDataToSign
(List<RemoteDocument> toSignDocuments, RemoteSignatureParameters remoteParameters) RemoteMultipleDocumentsSignatureService.signDocument
(List<RemoteDocument> toSignDocuments, RemoteSignatureParameters parameters, SignatureValueDTO signatureValue) Signs the toSignDocuments with the provided signatureValue.RemoteMultipleDocumentsSignatureServiceImpl.signDocument
(List<RemoteDocument> toSignDocuments, RemoteSignatureParameters remoteParameters, SignatureValueDTO signatureValueDTO) RemoteMultipleDocumentsSignatureService.timestamp
(List<RemoteDocument> toTimestampDocuments, RemoteTimestampParameters parameters) Adds timestamps to the given list of documentsRemoteMultipleDocumentsSignatureServiceImpl.timestamp
(List<RemoteDocument> toTimestampDocuments, RemoteTimestampParameters remoteParameters) -
Uses of RemoteDocument in eu.europa.esig.dss.ws.signature.dto
Modifier and TypeMethodDescriptionPDFExternalSignDocumentDTO.getCmsDocument()
Gets the CMS signature documentCounterSignSignatureDTO.getSignatureDocument()
Gets the signature documentDataToBeCounterSignedDTO.getSignatureDocument()
Gets the signature documentExtendDocumentDTO.getToExtendDocument()
Gets the document to be extendedDataToSignOneDocumentDTO.getToSignDocument()
Gets document to be signedPDFExternalSignDocumentDTO.getToSignDocument()
Gets the document to be signedSignOneDocumentDTO.getToSignDocument()
Gets document to be signedTimestampOneDocumentDTO.getToTimestampDocument()
Gets a document to be timestampedDataToSignTrustedListDTO.getTrustedList()
Gets an XML Trusted List to be signedSignTrustedListDTO.getTrustedList()
Gets an XML Trusted List to be signedModifier and TypeMethodDescriptionDataToSignMultipleDocumentsDTO.getToSignDocuments()
Gets a list of documents to be signedSignMultipleDocumentDTO.getToSignDocuments()
Gets a list of documents to be signedTimestampMultipleDocumentDTO.getToTimestampDocuments()
Gets a list of documents to be timestampedModifier and TypeMethodDescriptionvoid
PDFExternalSignDocumentDTO.setCmsDocument
(RemoteDocument cmsDocument) Sets the CMS signature documentvoid
CounterSignSignatureDTO.setSignatureDocument
(RemoteDocument signatureDocument) Sets the signature documentvoid
DataToBeCounterSignedDTO.setSignatureDocument
(RemoteDocument signatureDocument) Sets the signature documentvoid
ExtendDocumentDTO.setToExtendDocument
(RemoteDocument toExtendDocument) Sets the document to be extendedvoid
DataToSignOneDocumentDTO.setToSignDocument
(RemoteDocument toSignDocument) Sets document to be signedvoid
PDFExternalSignDocumentDTO.setToSignDocument
(RemoteDocument toSignDocument) Sets the document to be signedvoid
SignOneDocumentDTO.setToSignDocument
(RemoteDocument toSignDocument) Sets document to be signedvoid
TimestampOneDocumentDTO.setToTimestampDocument
(RemoteDocument toTimestampDocument) Sets a document to be timestampedvoid
DataToSignTrustedListDTO.setTrustedList
(RemoteDocument trustedList) Sets an XML Trusted List to be signedvoid
SignTrustedListDTO.setTrustedList
(RemoteDocument trustedList) Sets an XML Trusted List to be signedModifier and TypeMethodDescriptionvoid
DataToSignMultipleDocumentsDTO.setToSignDocuments
(List<RemoteDocument> toSignDocuments) Sets a list of documents to be signedvoid
SignMultipleDocumentDTO.setToSignDocuments
(List<RemoteDocument> toSignDocuments) Sets a list of documents to be signedvoid
TimestampMultipleDocumentDTO.setToTimestampDocuments
(List<RemoteDocument> toTimestampDocuments) Sets a list of documents to be timestampedModifierConstructorDescriptionCounterSignSignatureDTO
(RemoteDocument signatureDocument, RemoteSignatureParameters parameters, SignatureValueDTO signatureValue) Default constructorDataToBeCounterSignedDTO
(RemoteDocument signatureDocument, RemoteSignatureParameters parameters) Default constructorDataToSignOneDocumentDTO
(RemoteDocument toSignDocument, RemoteSignatureParameters parameters) Default constructorDataToSignTrustedListDTO
(RemoteDocument trustedList, RemoteTrustedListSignatureParameters parameters) Default constructor with customizable parametersExtendDocumentDTO
(RemoteDocument toExtendDocument, RemoteSignatureParameters parameters) Default constructorPDFExternalMessageDigestDTO
(RemoteDocument toSignDocument, RemoteSignatureParameters parameters) Default constructorPDFExternalSignDocumentDTO
(RemoteDocument toSignDocument, RemoteSignatureParameters parameters, RemoteDocument cmsDocument) Default constructorSignOneDocumentDTO
(RemoteDocument toSignDocument, RemoteSignatureParameters parameters, SignatureValueDTO signatureValue) Default constructorSignTrustedListDTO
(RemoteDocument trustedList, RemoteTrustedListSignatureParameters parameters, SignatureValueDTO signatureValue) Default constructor with parametersTimestampOneDocumentDTO
(RemoteDocument toTimestampDocument, RemoteTimestampParameters timestampParameters) Default constructorModifierConstructorDescriptionDataToSignMultipleDocumentsDTO
(List<RemoteDocument> toSignDocuments, RemoteSignatureParameters parameters) Default constructorSignMultipleDocumentDTO
(List<RemoteDocument> toSignDocuments, RemoteSignatureParameters parameters, SignatureValueDTO signatureValue) Default constructorTimestampMultipleDocumentDTO
(List<RemoteDocument> toTimestampDocuments, RemoteTimestampParameters timestampParameters) Default constructor -
Uses of RemoteDocument in eu.europa.esig.dss.ws.signature.dto.parameters
Modifier and TypeMethodDescriptionRemoteSignatureImageTextParameters.getFont()
Gets the font documentRemoteSignatureImageParameters.getImage()
Gets the image documentModifier and TypeMethodDescriptionRemoteSignatureParameters.getDetachedContents()
Gets the detached contentsModifier and TypeMethodDescriptionvoid
RemoteSignatureImageTextParameters.setFont
(RemoteDocument font) Sets the font documentvoid
RemoteSignatureImageParameters.setImage
(RemoteDocument image) Sets the image documentModifier and TypeMethodDescriptionvoid
RemoteSignatureParameters.setDetachedContents
(List<RemoteDocument> detachedContents) Sets a list of signed detached documents -
Uses of RemoteDocument in eu.europa.esig.dss.ws.signature.rest
Modifier and TypeMethodDescriptionRestDocumentSignatureServiceImpl.counterSignSignature
(CounterSignSignatureDTO counterSignSignature) RestDocumentSignatureServiceImpl.extendDocument
(ExtendDocumentDTO extendDocumentDto) RestMultipleDocumentSignatureServiceImpl.extendDocument
(ExtendDocumentDTO extendDocumentDto) RestDocumentSignatureServiceImpl.signDocument
(SignOneDocumentDTO signDocumentDto) RestMultipleDocumentSignatureServiceImpl.signDocument
(SignMultipleDocumentDTO signDocumentDto) RestPAdESWithExternalCMSServiceImpl.signDocument
(PDFExternalSignDocumentDTO pdfSignDocument) RestTrustedListSignatureServiceImpl.signDocument
(SignTrustedListDTO signTrustedList) RestExternalCMSServiceImpl.signMessageDigest
(SignMessageDigestExternalCmsDTO signMessageDigest) RestDocumentSignatureServiceImpl.timestampDocument
(TimestampOneDocumentDTO timestampDocument) RestMultipleDocumentSignatureServiceImpl.timestampDocuments
(TimestampMultipleDocumentDTO timestampDocument) -
Uses of RemoteDocument in eu.europa.esig.dss.ws.signature.rest.client
Modifier and TypeMethodDescriptionRestDocumentSignatureService.counterSignSignature
(CounterSignSignatureDTO counterSignSignature) Counter signs the defined signatureRestDocumentSignatureService.extendDocument
(ExtendDocumentDTO extendDocument) Extends the level of the signatures in the toExtendDocumentRestMultipleDocumentSignatureService.extendDocument
(ExtendDocumentDTO extendDocument) Extends the level of the signatures in the toExtendDocumentRestDocumentSignatureService.signDocument
(SignOneDocumentDTO signDocument) Signs the toSignDocument with the provided signatureValue.RestMultipleDocumentSignatureService.signDocument
(SignMultipleDocumentDTO signDocument) Signs the toSignDocuments with the provided signatureValue.RestPAdESWithExternalCMSService.signDocument
(PDFExternalSignDocumentDTO pdfSignDocument) Signs thetoSignDocument
by incorporating the providedcmsSignature
within computed PDF signature revision.RestTrustedListSignatureService.signDocument
(SignTrustedListDTO signTrustedList) Signs the XML Trusted List with the provided signatureValue.RestExternalCMSService.signMessageDigest
(SignMessageDigestExternalCmsDTO signMessageDigest) Creates a CMS signature signing the providedmessageDigest
compliant for PAdES signature enveloping.RestDocumentSignatureService.timestampDocument
(TimestampOneDocumentDTO timestampDocument) Timestamps a toTimestampDocument with the provided parameters.RestMultipleDocumentSignatureService.timestampDocuments
(TimestampMultipleDocumentDTO timestampDocument) Timestamps the toTimestampDocuments with the provided timestamp parameters. -
Uses of RemoteDocument in eu.europa.esig.dss.ws.signature.soap
Modifier and TypeMethodDescriptionSoapDocumentSignatureServiceImpl.counterSignSignature
(CounterSignSignatureDTO counterSignSignature) SoapDocumentSignatureServiceImpl.extendDocument
(ExtendDocumentDTO extendDocumentDto) SoapMultipleDocumentsSignatureServiceImpl.extendDocument
(ExtendDocumentDTO extendDocumentDto) SoapDocumentSignatureServiceImpl.signDocument
(SignOneDocumentDTO signDocumentDto) SoapMultipleDocumentsSignatureServiceImpl.signDocument
(SignMultipleDocumentDTO signDocumentDto) SoapPAdESWithExternalCMSServiceImpl.signDocument
(PDFExternalSignDocumentDTO pdfSignDocument) SoapTrustedListSignatureServiceImpl.signDocument
(SignTrustedListDTO signTrustedList) SoapExternalCMSServiceImpl.signMessageDigest
(SignMessageDigestExternalCmsDTO signMessageDigest) SoapDocumentSignatureServiceImpl.timestampDocument
(TimestampOneDocumentDTO timestampDocument) SoapMultipleDocumentsSignatureServiceImpl.timestampDocument
(TimestampMultipleDocumentDTO timestampDocumentDTO) -
Uses of RemoteDocument in eu.europa.esig.dss.ws.signature.soap.client
Modifier and TypeMethodDescriptionSoapDocumentSignatureService.counterSignSignature
(CounterSignSignatureDTO counterSignSignature) Counter signs the defined signatureSoapDocumentSignatureService.extendDocument
(ExtendDocumentDTO extendDocument) This web service operation extends the signature of a given document to the level of the signature provided.SoapMultipleDocumentsSignatureService.extendDocument
(ExtendDocumentDTO extendDocument) This web service operation extends the signature of a given document to the level of the signature provided.SoapDocumentSignatureService.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.SoapMultipleDocumentsSignatureService.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.SoapPAdESWithExternalCMSService.signDocument
(PDFExternalSignDocumentDTO pdfSignDocument) Signs thetoSignDocument
by incorporating the providedcmsSignature
within computed PDF signature revision.SoapTrustedListSignatureService.signDocument
(SignTrustedListDTO signTrustedList) This method created a signed XML Trusted List with an enveloped signatureSoapExternalCMSService.signMessageDigest
(SignMessageDigestExternalCmsDTO signMessageDigest) Creates a CMS signature signing the providedmessageDigest
compliant for PAdES signature enveloping.SoapDocumentSignatureService.timestampDocument
(TimestampOneDocumentDTO timestampDocument) This web service operation timestamps a document according to the provided timestamp parameters.SoapMultipleDocumentsSignatureService.timestampDocument
(TimestampMultipleDocumentDTO timestampDocumentDTO) This web service operation timestamps a given document corresponding to the provided timestamp parameters. -
Uses of RemoteDocument in eu.europa.esig.dss.ws.validation.common
Modifier and TypeMethodDescriptionRemoteDocumentValidationService.getOriginalDocuments
(DataToValidateDTO dataToValidate) Gets the original documents -
Uses of RemoteDocument in eu.europa.esig.dss.ws.validation.dto
Modifier and TypeMethodDescriptionDataToValidateDTO.getPolicy()
Gets the validation policyDataToValidateDTO.getSignedDocument()
Gets signed documentModifier and TypeMethodDescriptionDataToValidateDTO.getOriginalDocuments()
Gets the original (detached) documentsModifier and TypeMethodDescriptionvoid
DataToValidateDTO.setPolicy
(RemoteDocument policy) Sets the validation policyvoid
DataToValidateDTO.setSignedDocument
(RemoteDocument signedDocument) Sets the signed documentModifier and TypeMethodDescriptionvoid
DataToValidateDTO.setOriginalDocuments
(List<RemoteDocument> originalDocuments) Sets the original (detached) documentsModifierConstructorDescriptionDataToValidateDTO
(RemoteDocument signedDocument, RemoteDocument originalDocument, RemoteDocument policy) Constructor to validate a documentDataToValidateDTO
(RemoteDocument signedDocument, RemoteDocument originalDocument, RemoteDocument policy, String signatureId) Constructor to extract original documentsDataToValidateDTO
(RemoteDocument signedDocument, List<RemoteDocument> originalDocuments, RemoteDocument policy) Constructor to validate a documentDataToValidateDTO
(RemoteDocument signedDocument, List<RemoteDocument> originalDocuments, RemoteDocument policy, String signatureId) Constructor to extract original documentsModifierConstructorDescriptionDataToValidateDTO
(RemoteDocument signedDocument, List<RemoteDocument> originalDocuments, RemoteDocument policy) Constructor to validate a documentDataToValidateDTO
(RemoteDocument signedDocument, List<RemoteDocument> originalDocuments, RemoteDocument policy, String signatureId) Constructor to extract original documents -
Uses of RemoteDocument in eu.europa.esig.dss.ws.validation.rest
Modifier and TypeMethodDescriptionRestDocumentValidationServiceImpl.getOriginalDocuments
(DataToValidateDTO dataToValidate) -
Uses of RemoteDocument in eu.europa.esig.dss.ws.validation.rest.client
Modifier and TypeMethodDescriptionRestDocumentValidationService.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
Modifier and TypeMethodDescriptionSoapDocumentValidationServiceImpl.getOriginalDocuments
(DataToValidateDTO dataToValidate) -
Uses of RemoteDocument in eu.europa.esig.dss.ws.validation.soap.client
Modifier and TypeMethodDescriptionSoapDocumentValidationService.getOriginalDocuments
(DataToValidateDTO dataToValidate) This method returns the original document(s) for the given signed file and optionally the signatureId.