| 
JavaTM Platform Standard Ed. 6  | 
|||||||||
| 前 次 | フレームあり フレームなし | |||||||||
| 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 Platform Standard Ed. 6  | 
|||||||||
| 前 次 | フレームあり フレームなし | |||||||||
Copyright 2009 Sun Microsystems, Inc. All rights reserved. Use is subject to license terms. Documentation Redistribution Policy も参照してください。