|
JavaTM 2 Platform Standard Ed. 5.0 |
|||||||||
| 前のクラス 次のクラス | フレームあり フレームなし | |||||||||
| 概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド | |||||||||
java.lang.Objectjavax.net.ssl.KeyStoreBuilderParameters
public class KeyStoreBuilderParameters
KeyStore.Builder のリストをカプセル化する、X509KeyManager のパラメータオブジェクトです。
KeyStore.Builder,
X509KeyManager| コンストラクタの概要 | |
|---|---|
KeyStoreBuilderParameters(KeyStore.Builder builder)
指定された KeyStore.Builder から、新しい KeyStoreBuilderParameters を構築します。 |
|
KeyStoreBuilderParameters(List parameters)
KeyStore.Builder のリストから、新しい KeyStoreBuilderParameters を構築します。 |
|
| メソッドの概要 | |
|---|---|
List |
getParameters()
このオブジェクトによってカプセル化された KeyStore.Builder の変更不可能なリストを返します。 |
| クラス java.lang.Object から継承されたメソッド |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| コンストラクタの詳細 |
|---|
public KeyStoreBuilderParameters(KeyStore.Builder builder)
builder - Builder オブジェクト
NullPointerException - builder が null の場合public KeyStoreBuilderParameters(List parameters)
parameters - Builder オブジェクトのリスト
NullPointerException - parameters が null の場合
IllegalArgumentException - parameters が空のリストの場合| メソッドの詳細 |
|---|
public List 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 も参照してください。