NTT DOCOMO and Hitachi Kokusai Electric Know-how & Confidential

com.docomo_um.module.net.ssl
クラス SecureContext

java.lang.Object
  上位を拡張 com.docomo_um.module.net.ssl.SecureContext

public class SecureContext
extends java.lang.Object

セキュアソケットプロトコルの実装を表すクラスです。


メソッドの概要
static SecureContext getInstance()
          SecureContextオブジェクトを生成します。
 SecureSocketFactory getSocketFactory()
          このコンテキストのSecureSocketFactoryオブジェクトを返します。
 
クラス java.lang.Object から継承されたメソッド
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait
 

メソッドの詳細

getInstance

public static SecureContext getInstance()
SecureContextオブジェクトを生成します。

このメソッドを複数回呼び出した場合には、同一インスタンスを返します。

戻り値:
SecureContextのオブジェクトを返します。

getSocketFactory

public SecureSocketFactory getSocketFactory()
このコンテキストのSecureSocketFactoryオブジェクトを返します。

戻り値:
SecureSocketFactoryオブジェクトを返します。

Copyright © 2013 NTT DOCOMO, INC. and Hitachi Kokusai Electric Inc. All Rights Reserved.