Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > comp.lang.java.security > #43

Re: Verisign Security

From "petersprc" <petersprc@THRWHITE.remove-dii-this>
Subject Re: Verisign Security
Message-ID <1193545128.699619.227230@o38g2000hse.googlegroups.com> (permalink)
Newsgroups comp.lang.java.security
References <1193336739.051205.167760@57g2000hsv.googlegroups.com>
Date 2011-04-27 16:07 +0000
Organization TDS.net

Show all headers | View raw


  To: comp.lang.java.security
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.
> We are using encryption and decryption of messages between two j2ee
> based applications with "DES" algorithm using javax.crypto package. we
> are using websphere application server. if i have to use verisign
> security what would be the steps? i am just new to this security. Help
> would be appreciated.

---
 * Synchronet * The Whitehouse BBS --- whitehouse.hulds.com --- check it out free usenet!
--- Synchronet 3.15a-Win32 NewsLink 1.92
Time Warp of the Future BBS - telnet://time.synchro.net:24

Back to comp.lang.java.security | Previous | NextPrevious in thread | Find similar


Thread

Verisign Security "simapatel78" <simapatel78@THRWHITE.remove-dii-this> - 2011-04-27 16:07 +0000
  Re: Verisign Security "petersprc" <petersprc@THRWHITE.remove-dii-this> - 2011-04-27 16:07 +0000

csiph-web