| 
JavaTM Platform Standard Ed. 6  | 
|||||||||
| 前 次 | フレームあり フレームなし | |||||||||
| TrustManager を使用しているパッケージ | |
|---|---|
| javax.net.ssl | セキュアソケットパッケージのクラスを提供します。 | 
| javax.net.ssl での TrustManager の使用 | 
|---|
| javax.net.ssl での TrustManager のサブインタフェース | |
|---|---|
 interface | 
X509TrustManager
このインタフェースのインスタンスは、リモート側のセキュアソケットの認証に使用される X.509 証明書を管理します。  | 
| TrustManager を返す javax.net.ssl のメソッド | |
|---|---|
protected abstract  TrustManager[] | 
TrustManagerFactorySpi.engineGetTrustManagers()
信頼データの種類ごとに 1 つの信頼マネージャーを返します。  | 
 TrustManager[] | 
TrustManagerFactory.getTrustManagers()
信頼データの種類ごとに 1 つの信頼マネージャーを返します。  | 
| TrustManager 型のパラメータを持つ javax.net.ssl のメソッド | |
|---|---|
protected abstract  void | 
SSLContextSpi.engineInit(KeyManager[] km,
           TrustManager[] tm,
           SecureRandom sr)
このコンテキストを初期化します。  | 
 void | 
SSLContext.init(KeyManager[] km,
     TrustManager[] tm,
     SecureRandom random)
このコンテキストを初期化します。  | 
  | 
JavaTM Platform Standard Ed. 6  | 
|||||||||
| 前 次 | フレームあり フレームなし | |||||||||
Copyright 2009 Sun Microsystems, Inc. All rights reserved. Use is subject to license terms. Documentation Redistribution Policy も参照してください。