Hi,
You can use SSL to send data to a servlet, a web service, or a regular
network socket. This will rely on public key encryption.
Posting data to a servlet (use https):
http://jakarta.apache.org/httpcomponents/httpclient-3.x/methods/post.html
Secure web service:
http://www.ibm.com/developerworks/websphere/library/techarticles/0504_cowan/0504
_cowan.html
Service socket example:
http://java.sun.com/developer/JDCTechTips/2004/tt0914.html#2
Any of these methods will ensure a secure channel between the two
apps. Servlet is probably easiest since it has the least dependencies
in a simple scenario.
On Oct 25, 1:25 pm, simapate...@gmail.com wrote:
> Anyone has an idea how to implement verisign security in j2ee
> enterprise application? Following is the case.
[quoted text clipped - 3 lines]
> security what would be the steps? i am just new to this security. Help
> would be appreciated.