Class BasicSslSocketFactory


  • public class BasicSslSocketFactory
    extends SSLSocketFactory
    A replacement for the standard SSLSocketFactory which allows specifying which TrustManager to use. Our implementation uses the BasicTrustManager. The code is taken from the SSLNOTES.txt in the JavaMail 1.4.1 distribution.