Posts Tagged ‘code’
Secure Sockets in Java
23Nov07
In plain words secure sockets using javax.net.ssl package.
We need secure socket to connect to an ip and port with security. Thus Secure Socket is like a door which we need to go inside apartment whose address is its ip and door number is the port. Now how to we open the door. We need keys.
Certificates are keys which is verified and signed by some authority(Certifying Authority [...]
Filed under: TLS | Leave a Comment
Tags: code, java, security