<%-- Document : signer Created on : Mar 24, 2013, 8:23:30 AM Author : Alex O'Ree --%> <%@page contentType="text/html" pageEncoding="UTF-8"%> <%@include file="header-top.jsp" %>

<%=ResourceLoader.GetResource(session, "items.dsigs")%>

<%=ResourceLoader.GetResource(session, "items.dsigs.description")%>
<% //figure out what we are signing //fetch the xml from ajex/toXml and fill the text area String id = request.getParameter("id"); String itemtype = request.getParameter("type"); %> You're about to digitally sign the <%=StringEscapeUtils.escapeHtml(itemtype)%> identified by the key <%=StringEscapeUtils.escapeHtml(id)%>.
By electronically signing this UDDI entry, other users will then be able to verify that this entry hasn't been modified.
<%@include file="header-bottom.jsp" %>