Interface GetDataToSignASiCWithXAdESHelper
- All Superinterfaces:
GetDataToSignHelper
- All Known Implementing Classes:
DataToSignASiCEWithXAdESFromArchive,DataToSignASiCEWithXAdESFromFiles,DataToSignASiCSWithXAdESFromArchive,DataToSignASiCSWithXAdESFromFiles
public interface GetDataToSignASiCWithXAdESHelper extends GetDataToSignHelper
-
Method Summary
Modifier and Type Method Description eu.europa.esig.dss.model.DSSDocumentgetExistingSignature()List<eu.europa.esig.dss.model.DSSDocument>getToBeSigned()Methods inherited from interface eu.europa.esig.dss.asic.common.signature.GetDataToSignHelper
getManifestFiles, getSignatureFilename, getSignatures, getSignedDocuments
-
Method Details
-
getToBeSigned
List<eu.europa.esig.dss.model.DSSDocument> getToBeSigned() -
getExistingSignature
eu.europa.esig.dss.model.DSSDocument getExistingSignature()
-