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