| パッケージ | 説明 | 
|---|---|
| java.security | セキュリティ・フレームワークのクラスとインタフェースを提供します。 | 
| 修飾子と型 | クラス | 説明 | 
|---|---|---|
| static class  | KeyStore.CallbackHandlerProtectionCallbackHandlerをカプセル化したProtectionParameterです。 | |
| static class  | KeyStore.PasswordProtectionProtectionParameterのパスワードベースの実装です。 | 
| 修飾子と型 | メソッド | 説明 | 
|---|---|---|
| KeyStore.ProtectionParameter | DomainLoadStoreParameter. getProtectionParameter()このドメインのキーストア保護パラメータを取得します。 | |
| KeyStore.ProtectionParameter | KeyStore.LoadStoreParameter. 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, 2025, Oracle and/or its affiliates.  All rights reserved.  Use is subject to license terms.  Documentation Redistribution Policyも参照してください。