• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

SSL with Sockets ???

 
Ranch Hand
Posts: 1246
1
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I am doing a application and applet so that my client would have a easier way to handle his client information. It askes the server for custmer address , phone, name and credit card info. It easier to just use a bowser interface to do this. But client don't like it. The Security of applet is up and running every other thing is good. Now the question is i am using Sockets and since Credit Card info has to be sent. Can i use socket with SSL? or i am out of my mind? Other suggestion will be great!
 
Ranch Hand
Posts: 334
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I think you can implement SSL with RMI. It performs certification(Public/Privite key)and encryption.
If i am wrong please correct.
Thanks
Ruilin
 
reply
    Bookmark Topic Watch Topic
  • New Topic