パッケージ | 説明 |
---|---|
java.security |
セキュリティーフレームワークのクラスとインタフェースを提供します。
|
修飾子と型 | クラスと説明 |
---|---|
static class |
KeyStore.CallbackHandlerProtection
CallbackHandler をカプセル化した ProtectionParameter です。
|
static class |
KeyStore.PasswordProtection
ProtectionParameter のパスワードベースの実装です。 |
修飾子と型 | メソッドと説明 |
---|---|
KeyStore.ProtectionParameter |
KeyStore.LoadStoreParameter.getProtectionParameter()
キーストアデータの保護に使用されるパラメータを取得します。
|
abstract KeyStore.ProtectionParameter |
KeyStore.Builder.getProtectionParameter(String alias)
指定された別名の
Entry を取得する際に使用すべき ProtectionParameter を返します。 |
修飾子と型 | メソッドと説明 |
---|---|
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 を指定された別名で保存します。 |
バグまたは機能を送信
詳細な API リファレンスおよび開発者ドキュメントについては、Java SE のドキュメントを参照してください。そのドキュメントには、概念的な概要、用語の定義、回避方法、有効なコード例などの、開発者を対象にしたより詳細な説明が含まれています。
Copyright © 1993, 2013, Oracle and/or its affiliates. All rights reserved.