Java > SSL

「Java/SSL」の編集履歴(バックアップ)一覧に戻る

Java/SSL - (2012/06/07 (木) 09:25:01) のソース

-[[JAKARTA COMMONS HTTPCLIENT - SSL Guide>>http://hc.apache.org/httpclient-3.x/sslguide.html]]
	Examples of SSL customization in HttpClient
	There are several custom socket factories available in our contribution package. They can be a good start for those who seek to tailor the behavior of the HTTPS protocol to the specific needs of their application:
	・EasySSLProtocolSocketFactory
		 can be used to create SSL connections that allow the target server to authenticate with a self-signed certificate.
	・StrictSSLProtocolSocketFactory
		 can be used to create SSL connections that can optionally perform host name verification in order to help preventing man-in-the-middle type of attacks.
	・AuthSSLProtocolSocketFactory
		 can be used to optionally enforce mutual client/server authentication. This is the most flexible implementation of a protocol socket factory. It allows for customization of most, if not all, aspects of the SSL authentication.


-[[JavaのSSLSocketでSSLクライアントとSSLサーバーを実装する>>http://codezine.jp/article/detail/105]]
-[[SSL をサポートする Java CAPS の構成>>http://docs.oracle.com/cd/E19416-01/820-5959/ggffo/index.html]]
-[[ファイヤープロジェクト/HttpClientでSSL通信(HttpClient3.0-rc3)>>http://www.fireproject.jp/feature/uzumi/httpclient/ssl.html]]
-[[JavaTM Secure Socket Extension (JSSE)リファレンスガイド>>http://java.sun.com/j2se/1.5.0/ja/docs/ja/guide/security/jsse/JSSERefGuide.html]]










#amazon2(468x60)

EOF