Class ASiCEWithXAdESManifestBuilder

java.lang.Object
eu.europa.esig.dss.asic.xades.signature.asice.ASiCEWithXAdESManifestBuilder

public class ASiCEWithXAdESManifestBuilder extends Object
This class is used to build the manifest.xml file (ASiC-E). Sample:
 
 		<manifest:manifest xmlns:manifest="urn:oasis:names:tc:opendocument:xmlns:manifest:1.0" manifest:version="1.2">
 			<manifest:file-entry manifest:full-path="/" manifest:media-type="application/vnd.etsi.asic-e+zip"/>
 			<manifest:file-entry manifest:full-path="test.txt" manifest:media-type="text/plain"/>
 			<manifest:file-entry manifest:full-path="test-data-file.bin" manifest:media-type=
"application/octet-stream"/>
 		</manifest:manifest>