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

eu.europa.esig.dss.xades.SignatureProfile Maven / Gradle / Ivy

package eu.europa.esig.dss.xades;

import eu.europa.esig.dss.DSSDocument;

public interface SignatureProfile {

	DSSDocument signDocument(DSSDocument toSignDocument, XAdESSignatureParameters parameters, byte[] signatureValue);

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy