JavaTM 2 Platform
Standard Ed. 5.0

インタフェース
java.security.KeyStore.ProtectionParameter の使用

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

java.security での KeyStore.ProtectionParameter の使用
 

KeyStore.ProtectionParameter を実装している java.security のクラス
static class KeyStore.CallbackHandlerProtection
          CallbackHandler をカプセル化した ProtectionParameter です。
static class KeyStore.PasswordProtection
          ProtectionParameter のパスワードベースの実装です。
 

KeyStore.ProtectionParameter を返す java.security のメソッド
 KeyStore.ProtectionParameter KeyStore.LoadStoreParameter.getProtectionParameter()
          キーストアデータの保護に使用されるパラメータを取得します。
abstract  KeyStore.ProtectionParameter KeyStore.Builder.getProtectionParameter(String alias)
          指定された別名の Entry を取得する際に使用すべき ProtectionParameter を返します。
 

KeyStore.ProtectionParameter 型のパラメータを持つ java.security のメソッド
 KeyStore.Entry KeyStoreSpi.engineGetEntry(String alias, KeyStore.ProtectionParameter protParam)
          指定された保護パラメータを使用して、指定された別名に対する KeyStore.Entry を取得します。
 void KeyStoreSpi.engineSetEntry(String alias, KeyStore.Entry entry, KeyStore.ProtectionParameter protParam)
          KeyStore.Entry を指定された別名で保存します。
 KeyStore.Entry KeyStore.getEntry(String alias, KeyStore.ProtectionParameter protParam)
          指定された保護パラメータを使用して、指定された別名に対するキーストア Entry を取得します。
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 オブジェクトを返します。
 void KeyStore.setEntry(String alias, KeyStore.Entry entry, KeyStore.ProtectionParameter protParam)
          キーストア Entry を指定された別名で保存します。
 


JavaTM 2 Platform
Standard Ed. 5.0

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

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