Slide 41
Slide 41 text
Secure data layer
@ddinorahtovar
•Authenticated, encrypted socket-level communication can be easily
implemented using the SSLSocket Class
•In a typical SSL usage scenario, a server is configured with a
certificate containing a public key as well as a matching private key.
As part of the handshake between an SSL client and server, the
server proves it has the private key by signing its certificate
with public-key cryptography.