The /RsaServlet servlet creates encrypted data which can be transmitted to the application by the browser.
Class |
Value |
Notes |
action required |
encode secureID |
Encodes the string passed through the text parameter. Encodes the map passed through the map parameter. |
text |
value to encode required with the encode action |
http://host[:port]/yourapplication/RsaServlet?action=encode&text=secret |
encodeUrl optional |
true | false |
If encodeUrl=true the returned string is URLencoded http://host[:port]/yourapplication/RsaServlet?action=encode&text=secret&encodeUrl=true |
map |
required with the secureID action |
<key,value> pair set: Syntax map=key1=value1;key2=value2;key3=value3
http://host[:port]/yourapplication/RsaServlet?action=secureID&map=login=james;password=mi6;id=007
http://host[:port]/yourapplication/RsaServlet?action=secureID&map=login=james;password=mi6;id=007 |