Home | History | Annotate | Download | only in ssl
      1 <html>
      2 <head>
      3 <meta http-equiv="Content-Type" content="text/html; charset=us-ascii">
      4 </head>
      5 <html>
      6 <body>
      7 <p>
      8 This package provides all the classes and interfaces needed to implement and program the Secure Socket
      9 abstraction based on the SSL protocol SSSLv3.0 or TLSv1.2.
     10 All the details of the SSL handshake protocol are accounted for, and a client or a server can specify the cipher 
     11 set to use.
     12 
     13 X.509 certificates are verified, and, if desired, the client and the server each have the option of verifying
     14 the entire certificate chain until the root Certificate Authority is reached.
     15 
     16 Android uses code from The Legion of the Bouncy Castle (http://www.bouncycastle.org) and OpenSSL (http://openssl.org).
     17 
     18 </p>
     19 </body>
     20 </html>
     21