|
JavaTM 2 Platform Standard Ed. 5.0 |
|||||||||
前のクラス 次のクラス | フレームあり フレームなし | |||||||||
概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド |
java.lang.Object javax.net.ssl.CertPathTrustManagerParameters
public class CertPathTrustManagerParameters
CertPathParameters のラッパーです。このクラスは、TrustManagerFactory.init()
メソッドを使って CertPath ベースの TrustManager
に検証設定を渡すために使用します。
このクラスのインスタンスは不変です。
X509TrustManager
,
TrustManagerFactory
,
CertPathParameters
コンストラクタの概要 | |
---|---|
CertPathTrustManagerParameters(CertPathParameters parameters)
指定されたパラメータから、新しい CertPathTrustManagerParameters を構築します。 |
メソッドの概要 | |
---|---|
CertPathParameters |
getParameters()
このクラスによってカプセル化された CertPathParameters の複製を返します。 |
クラス java.lang.Object から継承されたメソッド |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
コンストラクタの詳細 |
---|
public CertPathTrustManagerParameters(CertPathParameters parameters)
parameters
- 使用する CertPathParameters
NullPointerException
- parameters が null の場合メソッドの詳細 |
---|
public CertPathParameters getParameters()
|
JavaTM 2 Platform Standard Ed. 5.0 |
|||||||||
前のクラス 次のクラス | フレームあり フレームなし | |||||||||
概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド |
Copyright 2004 Sun Microsystems, Inc. All rights reserved. Use is subject to license terms. Documentation Redistribution Policy も参照してください。