Class DataToSignASiCSWithXAdESFromFiles
java.lang.Object
eu.europa.esig.dss.asic.common.signature.asics.AbstractGetDataToSignASiCS
eu.europa.esig.dss.asic.xades.signature.asics.AbstractGetDataToSignASiCSWithXAdES
eu.europa.esig.dss.asic.xades.signature.asics.DataToSignASiCSWithXAdESFromFiles
- All Implemented Interfaces:
GetDataToSignHelper,GetDataToSignASiCWithXAdESHelper
public class DataToSignASiCSWithXAdESFromFiles extends AbstractGetDataToSignASiCSWithXAdES implements GetDataToSignASiCWithXAdESHelper
-
Constructor Summary
Constructors Constructor Description DataToSignASiCSWithXAdESFromFiles(List<DSSDocument> filesToBeSigned, Date signingDate, ASiCParameters asicParameters) -
Method Summary
Modifier and Type Method Description DSSDocumentgetExistingSignature()Returns the signature document (used for parallel signatures)List<DSSDocument>getManifestFiles()Returns a list of manifest documentsDSSDocumentgetRootDocument()Returns the root document (used for OpenDocument files)StringgetSignatureFilename()Returns a signature filenameList<DSSDocument>getSignatures()Returns a list of signature documentsList<DSSDocument>getSignedDocuments()Returns a list of signed documentsStringgetTimestampFilename()Returns a timestamp filenameList<DSSDocument>getToBeSigned()Returns a list of documents to be signed (XAdES allows to sign multiple files)Methods inherited from class eu.europa.esig.dss.asic.xades.signature.asics.AbstractGetDataToSignASiCSWithXAdES
getSignatureFileNameMethods inherited from class eu.europa.esig.dss.asic.common.signature.asics.AbstractGetDataToSignASiCS
createPackageZip
-
Constructor Details
-
DataToSignASiCSWithXAdESFromFiles
public DataToSignASiCSWithXAdESFromFiles(List<DSSDocument> filesToBeSigned, Date signingDate, ASiCParameters asicParameters)
-
-
Method Details
-
getSignatureFilename
Description copied from interface:GetDataToSignHelperReturns a signature filename- Specified by:
getSignatureFilenamein interfaceGetDataToSignHelper- Returns:
Stringsignature filename
-
getTimestampFilename
Description copied from interface:GetDataToSignHelperReturns a timestamp filename- Specified by:
getTimestampFilenamein interfaceGetDataToSignHelper- Returns:
Stringtimestamp filename
-
getToBeSigned
Description copied from interface:GetDataToSignASiCWithXAdESHelperReturns a list of documents to be signed (XAdES allows to sign multiple files)- Specified by:
getToBeSignedin interfaceGetDataToSignASiCWithXAdESHelper- Returns:
- a list of
DSSDocuments
-
getExistingSignature
Description copied from interface:GetDataToSignASiCWithXAdESHelperReturns the signature document (used for parallel signatures)- Specified by:
getExistingSignaturein interfaceGetDataToSignASiCWithXAdESHelper- Returns:
DSSDocument
-
getSignedDocuments
Description copied from interface:GetDataToSignHelperReturns a list of signed documents- Specified by:
getSignedDocumentsin interfaceGetDataToSignHelper- Returns:
- a list of
DSSDocumentthat has been signed
-
getManifestFiles
Description copied from interface:GetDataToSignHelperReturns a list of manifest documents- Specified by:
getManifestFilesin interfaceGetDataToSignHelper- Returns:
- a list of
DSSDocumentmanifests
-
getSignatures
Description copied from interface:GetDataToSignHelperReturns a list of signature documents- Specified by:
getSignaturesin interfaceGetDataToSignHelper- Returns:
- a list of
DSSDocumentsignatures
-
getRootDocument
Description copied from interface:GetDataToSignASiCWithXAdESHelperReturns the root document (used for OpenDocument files)- Specified by:
getRootDocumentin interfaceGetDataToSignASiCWithXAdESHelper- Returns:
DSSDocument
-