JavaTM Platform
Standard Ed. 6

クラス
java.security.KeyStore.Builder の使用

KeyStore.Builder を使用しているパッケージ
java.security セキュリティーフレームワークのクラスとインタフェースを提供します。 
javax.net.ssl セキュアソケットパッケージのクラスを提供します。 
 

java.security での KeyStore.Builder の使用
 

KeyStore.Builder を返す java.security のメソッド
static KeyStore.Builder KeyStore.Builder.newInstance(KeyStore keyStore, KeyStore.ProtectionParameter protectionParameter)
          指定された KeyStore をカプセル化する新しい Builder を返します。
static KeyStore.Builder KeyStore.Builder.newInstance(String type, Provider provider, File file, KeyStore.ProtectionParameter protection)
          新しい Builder オブジェクトを返します。
static KeyStore.Builder KeyStore.Builder.newInstance(String type, Provider provider, KeyStore.ProtectionParameter protection)
          新しい Builder オブジェクトを返します。
 

javax.net.ssl での KeyStore.Builder の使用
 

KeyStore.Builder 型のパラメータを持つ javax.net.ssl のコンストラクタ
KeyStoreBuilderParameters(KeyStore.Builder builder)
          指定された KeyStore.Builder から、新しい KeyStoreBuilderParameters を構築します。
 


JavaTM Platform
Standard Ed. 6

バグの報告と機能のリクエスト
さらに詳しい API リファレンスおよび開発者ドキュメントについては、Java SE 開発者用ドキュメントを参照してください。開発者向けの詳細な解説、概念の概要、用語の定義、バグの回避策、およびコード実例が含まれています。

Copyright 2006 Sun Microsystems, Inc. All rights reserved. Use is subject to license terms. Documentation Redistribution Policy も参照してください。