Don't like ads? PRO users don't see any ads ;-)
Guest

Untitled

By: a guest on Jun 26th, 2012  |  syntax: None  |  size: 0.32 KB  |  hits: 7  |  expires: Never
download  |  raw  |  embed  |  report abuse  |  print
Text below is selected. Please press Ctrl+C to copy to your clipboard. (⌘+C on Mac)
  1. What is a good and secure web payment architecture
  2. <security-constraint>
  3.    <user-data-constraint>
  4.      <transport-guarantee>CONFIDENTIAL</transport-guarantee>
  5.    </user-data-constraint>
  6.    <web-resource-collection>
  7.      <url-pattern>your_payment_page.jsp</url-pattern>
  8.    </web-resource-collection>
  9.   </security-constraint>