All Downloads are FREE. Search and download functionalities are using the official Maven repository.

eu.europa.esig.dss.asic.signature.GetDataToSignASiCWithCAdESHelper Maven / Gradle / Ivy

Go to download

DSS ASiC with CAdES contains the code for the creation and validation of ASiC containers with CAdES signature(s).

There is a newer version: 6.0.d4j.2
Show newest version
package eu.europa.esig.dss.asic.signature;

import java.util.List;

import eu.europa.esig.dss.DSSDocument;

public interface GetDataToSignASiCWithCAdESHelper extends GetDataToSignHelper {

	/* In CMS/CAdES, we only can sign on file */
	DSSDocument getToBeSigned();

	/* In case of parallel ASiC-S signature, we need the detached content */
	List getDetachedContents();

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy