JavaTM 2 Platform
Standard Ed. 6

介面 java.security.KeyStore.ProtectionParameter
的使用

使用 KeyStore.ProtectionParameter 的軟體套件
java.security 為安全框架提供類別和介面。 
 

java.securityKeyStore.ProtectionParameter 的使用
 

實作 KeyStore.ProtectionParameterjava.security 中的類別
static class KeyStore.CallbackHandlerProtection
          封裝 CallbackHandler 的 ProtectionParameter。
static class KeyStore.PasswordProtection
          ProtectionParameter 的一個基於密碼的實作。
 

返回 KeyStore.ProtectionParameterjava.security 中的方法
 KeyStore.ProtectionParameter KeyStore.LoadStoreParameter.getProtectionParameter()
          獲取用於保護 keystore 資料的參數。
abstract  KeyStore.ProtectionParameter KeyStore.Builder.getProtectionParameter(String alias)
          返回應該用來獲取具有給定別名的 Entry 的 ProtectionParameters。
 

參數型別為 KeyStore.ProtectionParameterjava.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)
          使用指定保護參數獲取指定別名的 keystore 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)
          用指定別名保存 keystore Entry
 


JavaTM 2 Platform
Standard Ed. 6

提交錯誤或意見

版權所有 2008 Sun Microsystems, Inc. 保留所有權利。請遵守GNU General Public License, version 2 only