/** * */ package at.gv.egiz.pdfas.framework.sigdevice; /** * Performs the task of passing the signature XML and data from the application * to an external signature device and return the response in an form that the * application can use. * * @author wprinz */ public interface SignatureDevice { // Marker interface }