Module jpms_dss_ws_validation_dto
Class DataToValidateDTO
java.lang.Object
eu.europa.esig.dss.ws.validation.dto.DataToValidateDTO
Represents a validation request DTO
-
Constructor Summary
ConstructorsConstructorDescriptionEmpty constructorDataToValidateDTO(eu.europa.esig.dss.ws.dto.RemoteDocument signedDocument, eu.europa.esig.dss.ws.dto.RemoteDocument originalDocument, eu.europa.esig.dss.ws.dto.RemoteDocument policy) Constructor to validate a documentDataToValidateDTO(eu.europa.esig.dss.ws.dto.RemoteDocument signedDocument, eu.europa.esig.dss.ws.dto.RemoteDocument originalDocument, eu.europa.esig.dss.ws.dto.RemoteDocument policy, eu.europa.esig.dss.ws.dto.RemoteDocument cryptographicSuite) Constructor to validate a documentDataToValidateDTO(eu.europa.esig.dss.ws.dto.RemoteDocument signedDocument, eu.europa.esig.dss.ws.dto.RemoteDocument originalDocument, eu.europa.esig.dss.ws.dto.RemoteDocument policy, eu.europa.esig.dss.ws.dto.RemoteDocument cryptographicSuite, String signatureId) Constructor to extract original documentsDataToValidateDTO(eu.europa.esig.dss.ws.dto.RemoteDocument signedDocument, eu.europa.esig.dss.ws.dto.RemoteDocument originalDocument, eu.europa.esig.dss.ws.dto.RemoteDocument policy, String signatureId) Constructor to extract original documentsDataToValidateDTO(eu.europa.esig.dss.ws.dto.RemoteDocument signedDocument, eu.europa.esig.dss.ws.dto.RemoteDocument originalDocument, Date validationTime, eu.europa.esig.dss.ws.dto.RemoteDocument policy) Constructor to validate a document with validation timeDataToValidateDTO(eu.europa.esig.dss.ws.dto.RemoteDocument signedDocument, eu.europa.esig.dss.ws.dto.RemoteDocument originalDocument, Date validationTime, eu.europa.esig.dss.ws.dto.RemoteDocument policy, eu.europa.esig.dss.ws.dto.RemoteDocument cryptographicSuite) Constructor to validate a document with validation timeDataToValidateDTO(eu.europa.esig.dss.ws.dto.RemoteDocument signedDocument, List<eu.europa.esig.dss.ws.dto.RemoteDocument> originalDocuments, eu.europa.esig.dss.ws.dto.RemoteDocument policy) Constructor to validate a documentDataToValidateDTO(eu.europa.esig.dss.ws.dto.RemoteDocument signedDocument, List<eu.europa.esig.dss.ws.dto.RemoteDocument> originalDocuments, eu.europa.esig.dss.ws.dto.RemoteDocument policy, eu.europa.esig.dss.ws.dto.RemoteDocument cryptographicSuite) Constructor to validate a documentDataToValidateDTO(eu.europa.esig.dss.ws.dto.RemoteDocument signedDocument, List<eu.europa.esig.dss.ws.dto.RemoteDocument> originalDocuments, eu.europa.esig.dss.ws.dto.RemoteDocument policy, eu.europa.esig.dss.ws.dto.RemoteDocument cryptographicSuite, String signatureId) Constructor to extract original documentsDataToValidateDTO(eu.europa.esig.dss.ws.dto.RemoteDocument signedDocument, List<eu.europa.esig.dss.ws.dto.RemoteDocument> originalDocuments, eu.europa.esig.dss.ws.dto.RemoteDocument policy, eu.europa.esig.dss.ws.dto.RemoteDocument cryptographicSuite, List<eu.europa.esig.dss.ws.dto.RemoteDocument> evidenceRecords) Constructor to validate a document with applied evidence recordsDataToValidateDTO(eu.europa.esig.dss.ws.dto.RemoteDocument signedDocument, List<eu.europa.esig.dss.ws.dto.RemoteDocument> originalDocuments, eu.europa.esig.dss.ws.dto.RemoteDocument policy, eu.europa.esig.dss.ws.dto.RemoteDocument cryptographicSuite, List<eu.europa.esig.dss.ws.dto.RemoteDocument> evidenceRecords, String signatureId) Constructor to extract original documents for validation with evidence recordsDataToValidateDTO(eu.europa.esig.dss.ws.dto.RemoteDocument signedDocument, List<eu.europa.esig.dss.ws.dto.RemoteDocument> originalDocuments, eu.europa.esig.dss.ws.dto.RemoteDocument policy, String signatureId) Constructor to extract original documentsDataToValidateDTO(eu.europa.esig.dss.ws.dto.RemoteDocument signedDocument, List<eu.europa.esig.dss.ws.dto.RemoteDocument> originalDocuments, eu.europa.esig.dss.ws.dto.RemoteDocument policy, List<eu.europa.esig.dss.ws.dto.RemoteDocument> evidenceRecords) Constructor to validate a document with applied evidence recordsDataToValidateDTO(eu.europa.esig.dss.ws.dto.RemoteDocument signedDocument, List<eu.europa.esig.dss.ws.dto.RemoteDocument> originalDocuments, eu.europa.esig.dss.ws.dto.RemoteDocument policy, List<eu.europa.esig.dss.ws.dto.RemoteDocument> evidenceRecords, String signatureId) Constructor to extract original documents for validation with evidence recordsDataToValidateDTO(eu.europa.esig.dss.ws.dto.RemoteDocument signedDocument, List<eu.europa.esig.dss.ws.dto.RemoteDocument> originalDocuments, Date validationTime, eu.europa.esig.dss.ws.dto.RemoteDocument policy) Constructor to validate a document with multiple detached files and validation timeDataToValidateDTO(eu.europa.esig.dss.ws.dto.RemoteDocument signedDocument, List<eu.europa.esig.dss.ws.dto.RemoteDocument> originalDocuments, Date validationTime, eu.europa.esig.dss.ws.dto.RemoteDocument policy, eu.europa.esig.dss.ws.dto.RemoteDocument cryptographicSuite) Constructor to validate a document with multiple detached files and validation timeDataToValidateDTO(eu.europa.esig.dss.ws.dto.RemoteDocument signedDocument, List<eu.europa.esig.dss.ws.dto.RemoteDocument> originalDocuments, Date validationTime, eu.europa.esig.dss.ws.dto.RemoteDocument policy, eu.europa.esig.dss.ws.dto.RemoteDocument cryptographicSuite, List<eu.europa.esig.dss.ws.dto.RemoteDocument> evidenceRecords) Constructor to validate a document with applied evidence records and validation timeDataToValidateDTO(eu.europa.esig.dss.ws.dto.RemoteDocument signedDocument, List<eu.europa.esig.dss.ws.dto.RemoteDocument> originalDocuments, Date validationTime, eu.europa.esig.dss.ws.dto.RemoteDocument policy, eu.europa.esig.dss.ws.dto.RemoteDocument cryptographicSuite, List<eu.europa.esig.dss.ws.dto.RemoteDocument> evidenceRecords, String signatureId) Constructor to extract original documents for validation with evidence records with validation timeDataToValidateDTO(eu.europa.esig.dss.ws.dto.RemoteDocument signedDocument, List<eu.europa.esig.dss.ws.dto.RemoteDocument> originalDocuments, Date validationTime, eu.europa.esig.dss.ws.dto.RemoteDocument policy, List<eu.europa.esig.dss.ws.dto.RemoteDocument> evidenceRecords) Constructor to validate a document with applied evidence records and validation timeDataToValidateDTO(eu.europa.esig.dss.ws.dto.RemoteDocument signedDocument, List<eu.europa.esig.dss.ws.dto.RemoteDocument> originalDocuments, Date validationTime, eu.europa.esig.dss.ws.dto.RemoteDocument policy, List<eu.europa.esig.dss.ws.dto.RemoteDocument> evidenceRecords, String signatureId) Constructor to extract original documents for validation with evidence records with validation time -
Method Summary
Modifier and TypeMethodDescriptioneu.europa.esig.dss.ws.dto.RemoteDocumentGets a cryptographic suite document (to be applied globally)List<eu.europa.esig.dss.ws.dto.RemoteDocument> Gets a list of detached evidence recordsList<eu.europa.esig.dss.ws.dto.RemoteDocument> Gets the original (detached) documentseu.europa.esig.dss.ws.dto.RemoteDocumentGets the validation policyGets the signature id to get original documents foreu.europa.esig.dss.ws.dto.RemoteDocumentGets signed documenteu.europa.esig.dss.enumerations.TokenExtractionStrategyGets a token extraction strategyGets the validation timevoidsetCryptographicSuite(eu.europa.esig.dss.ws.dto.RemoteDocument cryptographicSuite) Sets a cryptographic suite document (to be applied globally)voidsetEvidenceRecords(List<eu.europa.esig.dss.ws.dto.RemoteDocument> evidenceRecords) Sets a list of detached evidence records applied to the signaturevoidsetOriginalDocuments(List<eu.europa.esig.dss.ws.dto.RemoteDocument> originalDocuments) Sets the original (detached) documentsvoidsetPolicy(eu.europa.esig.dss.ws.dto.RemoteDocument policy) Sets the validation policyvoidsetSignatureId(String signatureId) Sets the signature id to get original documents forvoidsetSignedDocument(eu.europa.esig.dss.ws.dto.RemoteDocument signedDocument) Sets the signed documentvoidsetTokenExtractionStrategy(eu.europa.esig.dss.enumerations.TokenExtractionStrategy tokenExtractionStrategy) Sets a token extraction strategyvoidsetValidationTime(Date validationTime) Sets the validation time NOTE: if not defined, the current time is used
-
Constructor Details
-
DataToValidateDTO
public DataToValidateDTO()Empty constructor -
DataToValidateDTO
public DataToValidateDTO(eu.europa.esig.dss.ws.dto.RemoteDocument signedDocument, eu.europa.esig.dss.ws.dto.RemoteDocument originalDocument, eu.europa.esig.dss.ws.dto.RemoteDocument policy) Constructor to validate a document- Parameters:
signedDocument-RemoteDocumentto validateoriginalDocument-RemoteDocumentdetached documentpolicy-RemoteDocumentvalidation policy
-
DataToValidateDTO
public DataToValidateDTO(eu.europa.esig.dss.ws.dto.RemoteDocument signedDocument, eu.europa.esig.dss.ws.dto.RemoteDocument originalDocument, eu.europa.esig.dss.ws.dto.RemoteDocument policy, eu.europa.esig.dss.ws.dto.RemoteDocument cryptographicSuite) Constructor to validate a document- Parameters:
signedDocument-RemoteDocumentto validateoriginalDocument-RemoteDocumentdetached documentpolicy-RemoteDocumentvalidation policycryptographicSuite-RemoteDocumentcryptographic suite
-
DataToValidateDTO
public DataToValidateDTO(eu.europa.esig.dss.ws.dto.RemoteDocument signedDocument, eu.europa.esig.dss.ws.dto.RemoteDocument originalDocument, Date validationTime, eu.europa.esig.dss.ws.dto.RemoteDocument policy) Constructor to validate a document with validation time- Parameters:
signedDocument-RemoteDocumentto validateoriginalDocument-RemoteDocumentdetached documentvalidationTime-Datepolicy-RemoteDocumentvalidation policy
-
DataToValidateDTO
public DataToValidateDTO(eu.europa.esig.dss.ws.dto.RemoteDocument signedDocument, eu.europa.esig.dss.ws.dto.RemoteDocument originalDocument, Date validationTime, eu.europa.esig.dss.ws.dto.RemoteDocument policy, eu.europa.esig.dss.ws.dto.RemoteDocument cryptographicSuite) Constructor to validate a document with validation time- Parameters:
signedDocument-RemoteDocumentto validateoriginalDocument-RemoteDocumentdetached documentvalidationTime-Datepolicy-RemoteDocumentvalidation policycryptographicSuite-RemoteDocumentcryptographic suite
-
DataToValidateDTO
public DataToValidateDTO(eu.europa.esig.dss.ws.dto.RemoteDocument signedDocument, List<eu.europa.esig.dss.ws.dto.RemoteDocument> originalDocuments, eu.europa.esig.dss.ws.dto.RemoteDocument policy) Constructor to validate a document- Parameters:
signedDocument-RemoteDocumentto validateoriginalDocuments- list ofRemoteDocumentdetached documentspolicy-RemoteDocumentvalidation policy
-
DataToValidateDTO
public DataToValidateDTO(eu.europa.esig.dss.ws.dto.RemoteDocument signedDocument, List<eu.europa.esig.dss.ws.dto.RemoteDocument> originalDocuments, eu.europa.esig.dss.ws.dto.RemoteDocument policy, eu.europa.esig.dss.ws.dto.RemoteDocument cryptographicSuite) Constructor to validate a document- Parameters:
signedDocument-RemoteDocumentto validateoriginalDocuments- list ofRemoteDocumentdetached documentspolicy-RemoteDocumentvalidation policycryptographicSuite-RemoteDocumentcryptographic suite
-
DataToValidateDTO
public DataToValidateDTO(eu.europa.esig.dss.ws.dto.RemoteDocument signedDocument, List<eu.europa.esig.dss.ws.dto.RemoteDocument> originalDocuments, Date validationTime, eu.europa.esig.dss.ws.dto.RemoteDocument policy) Constructor to validate a document with multiple detached files and validation time- Parameters:
signedDocument-RemoteDocumentto validateoriginalDocuments- list ofRemoteDocumentdetached documentsvalidationTime-Datepolicy-RemoteDocumentvalidation policy
-
DataToValidateDTO
public DataToValidateDTO(eu.europa.esig.dss.ws.dto.RemoteDocument signedDocument, List<eu.europa.esig.dss.ws.dto.RemoteDocument> originalDocuments, Date validationTime, eu.europa.esig.dss.ws.dto.RemoteDocument policy, eu.europa.esig.dss.ws.dto.RemoteDocument cryptographicSuite) Constructor to validate a document with multiple detached files and validation time- Parameters:
signedDocument-RemoteDocumentto validateoriginalDocuments- list ofRemoteDocumentdetached documentsvalidationTime-Datepolicy-RemoteDocumentvalidation policycryptographicSuite-RemoteDocumentcryptographic suite
-
DataToValidateDTO
public DataToValidateDTO(eu.europa.esig.dss.ws.dto.RemoteDocument signedDocument, List<eu.europa.esig.dss.ws.dto.RemoteDocument> originalDocuments, eu.europa.esig.dss.ws.dto.RemoteDocument policy, List<eu.europa.esig.dss.ws.dto.RemoteDocument> evidenceRecords) Constructor to validate a document with applied evidence records- Parameters:
signedDocument-RemoteDocumentto validateoriginalDocuments- list ofRemoteDocumentdetached documentspolicy-RemoteDocumentvalidation policyevidenceRecords- list ofRemoteDocumentdetached evidence records
-
DataToValidateDTO
public DataToValidateDTO(eu.europa.esig.dss.ws.dto.RemoteDocument signedDocument, List<eu.europa.esig.dss.ws.dto.RemoteDocument> originalDocuments, eu.europa.esig.dss.ws.dto.RemoteDocument policy, eu.europa.esig.dss.ws.dto.RemoteDocument cryptographicSuite, List<eu.europa.esig.dss.ws.dto.RemoteDocument> evidenceRecords) Constructor to validate a document with applied evidence records- Parameters:
signedDocument-RemoteDocumentto validateoriginalDocuments- list ofRemoteDocumentdetached documentspolicy-RemoteDocumentvalidation policycryptographicSuite-RemoteDocumentcryptographic suiteevidenceRecords- list ofRemoteDocumentdetached evidence records
-
DataToValidateDTO
public DataToValidateDTO(eu.europa.esig.dss.ws.dto.RemoteDocument signedDocument, List<eu.europa.esig.dss.ws.dto.RemoteDocument> originalDocuments, Date validationTime, eu.europa.esig.dss.ws.dto.RemoteDocument policy, List<eu.europa.esig.dss.ws.dto.RemoteDocument> evidenceRecords) Constructor to validate a document with applied evidence records and validation time- Parameters:
signedDocument-RemoteDocumentto validateoriginalDocuments- list ofRemoteDocumentdetached documentsvalidationTime-Datetime to validate the document atpolicy-RemoteDocumentvalidation policyevidenceRecords- list ofRemoteDocumentdetached evidence records
-
DataToValidateDTO
public DataToValidateDTO(eu.europa.esig.dss.ws.dto.RemoteDocument signedDocument, List<eu.europa.esig.dss.ws.dto.RemoteDocument> originalDocuments, Date validationTime, eu.europa.esig.dss.ws.dto.RemoteDocument policy, eu.europa.esig.dss.ws.dto.RemoteDocument cryptographicSuite, List<eu.europa.esig.dss.ws.dto.RemoteDocument> evidenceRecords) Constructor to validate a document with applied evidence records and validation time- Parameters:
signedDocument-RemoteDocumentto validateoriginalDocuments- list ofRemoteDocumentdetached documentsvalidationTime-Datetime to validate the document atpolicy-RemoteDocumentvalidation policycryptographicSuite-RemoteDocumentcryptographic suiteevidenceRecords- list ofRemoteDocumentdetached evidence records
-
DataToValidateDTO
public DataToValidateDTO(eu.europa.esig.dss.ws.dto.RemoteDocument signedDocument, eu.europa.esig.dss.ws.dto.RemoteDocument originalDocument, eu.europa.esig.dss.ws.dto.RemoteDocument policy, String signatureId) Constructor to extract original documents- Parameters:
signedDocument-RemoteDocumentto validateoriginalDocument-RemoteDocumentdetached documentpolicy-RemoteDocumentvalidation policysignatureId-Stringto extract original documents for
-
DataToValidateDTO
public DataToValidateDTO(eu.europa.esig.dss.ws.dto.RemoteDocument signedDocument, eu.europa.esig.dss.ws.dto.RemoteDocument originalDocument, eu.europa.esig.dss.ws.dto.RemoteDocument policy, eu.europa.esig.dss.ws.dto.RemoteDocument cryptographicSuite, String signatureId) Constructor to extract original documents- Parameters:
signedDocument-RemoteDocumentto validateoriginalDocument-RemoteDocumentdetached documentpolicy-RemoteDocumentvalidation policycryptographicSuite-RemoteDocumentcryptographic suitesignatureId-Stringto extract original documents for
-
DataToValidateDTO
public DataToValidateDTO(eu.europa.esig.dss.ws.dto.RemoteDocument signedDocument, List<eu.europa.esig.dss.ws.dto.RemoteDocument> originalDocuments, eu.europa.esig.dss.ws.dto.RemoteDocument policy, String signatureId) Constructor to extract original documents- Parameters:
signedDocument-RemoteDocumentto validateoriginalDocuments- list ofRemoteDocumentdetached documentspolicy-RemoteDocumentvalidation policysignatureId-Stringto extract original documents for
-
DataToValidateDTO
public DataToValidateDTO(eu.europa.esig.dss.ws.dto.RemoteDocument signedDocument, List<eu.europa.esig.dss.ws.dto.RemoteDocument> originalDocuments, eu.europa.esig.dss.ws.dto.RemoteDocument policy, eu.europa.esig.dss.ws.dto.RemoteDocument cryptographicSuite, String signatureId) Constructor to extract original documents- Parameters:
signedDocument-RemoteDocumentto validateoriginalDocuments- list ofRemoteDocumentdetached documentspolicy-RemoteDocumentvalidation policycryptographicSuite-RemoteDocumentcryptographic suitesignatureId-Stringto extract original documents for
-
DataToValidateDTO
public DataToValidateDTO(eu.europa.esig.dss.ws.dto.RemoteDocument signedDocument, List<eu.europa.esig.dss.ws.dto.RemoteDocument> originalDocuments, eu.europa.esig.dss.ws.dto.RemoteDocument policy, List<eu.europa.esig.dss.ws.dto.RemoteDocument> evidenceRecords, String signatureId) Constructor to extract original documents for validation with evidence records- Parameters:
signedDocument-RemoteDocumentto validateoriginalDocuments- list ofRemoteDocumentdetached documentspolicy-RemoteDocumentvalidation policyevidenceRecords- list ofRemoteDocumentdetached evidence recordssignatureId-Stringto extract original documents for
-
DataToValidateDTO
public DataToValidateDTO(eu.europa.esig.dss.ws.dto.RemoteDocument signedDocument, List<eu.europa.esig.dss.ws.dto.RemoteDocument> originalDocuments, eu.europa.esig.dss.ws.dto.RemoteDocument policy, eu.europa.esig.dss.ws.dto.RemoteDocument cryptographicSuite, List<eu.europa.esig.dss.ws.dto.RemoteDocument> evidenceRecords, String signatureId) Constructor to extract original documents for validation with evidence records- Parameters:
signedDocument-RemoteDocumentto validateoriginalDocuments- list ofRemoteDocumentdetached documentspolicy-RemoteDocumentvalidation policycryptographicSuite-RemoteDocumentcryptographic suiteevidenceRecords- list ofRemoteDocumentdetached evidence recordssignatureId-Stringto extract original documents for
-
DataToValidateDTO
public DataToValidateDTO(eu.europa.esig.dss.ws.dto.RemoteDocument signedDocument, List<eu.europa.esig.dss.ws.dto.RemoteDocument> originalDocuments, Date validationTime, eu.europa.esig.dss.ws.dto.RemoteDocument policy, List<eu.europa.esig.dss.ws.dto.RemoteDocument> evidenceRecords, String signatureId) Constructor to extract original documents for validation with evidence records with validation time- Parameters:
signedDocument-RemoteDocumentto validateoriginalDocuments- list ofRemoteDocumentdetached documentsvalidationTime-Datevalidation timepolicy-RemoteDocumentvalidation policyevidenceRecords- list ofRemoteDocumentdetached evidence recordssignatureId-Stringto extract original documents for
-
DataToValidateDTO
public DataToValidateDTO(eu.europa.esig.dss.ws.dto.RemoteDocument signedDocument, List<eu.europa.esig.dss.ws.dto.RemoteDocument> originalDocuments, Date validationTime, eu.europa.esig.dss.ws.dto.RemoteDocument policy, eu.europa.esig.dss.ws.dto.RemoteDocument cryptographicSuite, List<eu.europa.esig.dss.ws.dto.RemoteDocument> evidenceRecords, String signatureId) Constructor to extract original documents for validation with evidence records with validation time- Parameters:
signedDocument-RemoteDocumentto validateoriginalDocuments- list ofRemoteDocumentdetached documentsvalidationTime-Datevalidation timepolicy-RemoteDocumentvalidation policycryptographicSuite-RemoteDocumentcryptographic suiteevidenceRecords- list ofRemoteDocumentdetached evidence recordssignatureId-Stringto extract original documents for
-
-
Method Details
-
getSignedDocument
public eu.europa.esig.dss.ws.dto.RemoteDocument getSignedDocument()Gets signed document- Returns:
RemoteDocument
-
setSignedDocument
public void setSignedDocument(eu.europa.esig.dss.ws.dto.RemoteDocument signedDocument) Sets the signed document- Parameters:
signedDocument-RemoteDocument
-
getOriginalDocuments
Gets the original (detached) documents- Returns:
- a list of
RemoteDocuments
-
setOriginalDocuments
Sets the original (detached) documents- Parameters:
originalDocuments- a list ofRemoteDocuments
-
getPolicy
public eu.europa.esig.dss.ws.dto.RemoteDocument getPolicy()Gets the validation policy- Returns:
RemoteDocument
-
setPolicy
public void setPolicy(eu.europa.esig.dss.ws.dto.RemoteDocument policy) Sets the validation policy- Parameters:
policy-RemoteDocument
-
getCryptographicSuite
public eu.europa.esig.dss.ws.dto.RemoteDocument getCryptographicSuite()Gets a cryptographic suite document (to be applied globally)- Returns:
RemoteDocument
-
setCryptographicSuite
public void setCryptographicSuite(eu.europa.esig.dss.ws.dto.RemoteDocument cryptographicSuite) Sets a cryptographic suite document (to be applied globally)- Parameters:
cryptographicSuite-RemoteDocument
-
getValidationTime
Gets the validation time- Returns:
Date
-
setValidationTime
Sets the validation time NOTE: if not defined, the current time is used- Parameters:
validationTime-Date
-
getEvidenceRecords
Gets a list of detached evidence records- Returns:
- a list of
RemoteDocuments
-
setEvidenceRecords
Sets a list of detached evidence records applied to the signature- Parameters:
evidenceRecords- a list ofRemoteDocuments
-
getTokenExtractionStrategy
public eu.europa.esig.dss.enumerations.TokenExtractionStrategy getTokenExtractionStrategy()Gets a token extraction strategy- Returns:
TokenExtractionStrategy
-
setTokenExtractionStrategy
public void setTokenExtractionStrategy(eu.europa.esig.dss.enumerations.TokenExtractionStrategy tokenExtractionStrategy) Sets a token extraction strategy- Parameters:
tokenExtractionStrategy-TokenExtractionStrategy
-
getSignatureId
Gets the signature id to get original documents for- Returns:
String
-
setSignatureId
Sets the signature id to get original documents for- Parameters:
signatureId-String
-