package at.gv.egovernment.moa.spss.api.cmsverify; import java.util.List; /** * Object that encapsulates the response on a request to verify a CMS * signature. * * @author Patrick Peck * @author Stephan Grill * @version $Id$ */ public interface VerifyCMSSignatureResponse { /** * Gets the response elements. * * @return The response elements. */ public List getResponseElements(); }