package at.gv.egovernment.moa.spss.api.xmlverify; /** * Encapsulates transformation info id for signature verification. * * @author Patrick Peck * @author Stephan Grill * @version $Id$ */ public interface VerifyTransformsInfoProfileID extends VerifyTransformsInfoProfile { /** * Gets the identifier referencing the transformation info. * * @return The identifier referencing the transformation info. */ public String getVerifyTransformsInfoProfileID(); }