/** * */ package at.gv.egiz.pdfas.api.sign.pos.page; import java.io.Serializable; /** * Places the signature on a new Page. * * @author wprinz */ public class NewPageAlgorithm extends PageAlgorithm implements Serializable { /** * */ private static final long serialVersionUID = 1L; // empty block }