KickJava   Java API By Example, From Geeks To Geeks.

Java > Java SE, EE, ME > javax > net > ssl > ManagerFactoryParameters > Top Examples

  • org.apache.mina.integration.spring.ssl.SSLContextFactoryBean
    Spring {@link org.springframework.beans.factory.FactoryBean} implementation which makes it possible to configure {@link javax.net.ssl.SSLContext} instances using Spring. <p> If no properties are set the returned {@link javax.net.ssl.SSLContext} will be equivalent to what the following create ...
  • org.apache.tomcat.util.net.jsse.JSSESocketFactory
    SSL server socket factory. It _requires_ a valid RSA key and JSSE. @author Harish Prabandham @author Costin Manolache @author Stefan Freyr Stefansson @author EKR -- renamed to JSSESocketFactory @author Jan Luehe @author Bill Barker
Popular Tags