インタフェース
java.security.KeyStore.ProtectionParameterの使用
-
KeyStore.ProtectionParameterを使用しているパッケージ パッケージ 説明 java.security セキュリティ・フレームワークのクラスとインタフェースを提供します。 -
-
java.securityでのKeyStore.ProtectionParameterの使用
KeyStore.ProtectionParameterを実装しているjava.securityのクラス 修飾子と型 クラス 説明 static classKeyStore.CallbackHandlerProtectionCallbackHandlerをカプセル化したProtectionParameterです。static classKeyStore.PasswordProtectionProtectionParameterのパスワードベースの実装です。KeyStore.ProtectionParameterを返すjava.securityのメソッド 修飾子と型 メソッド 説明 KeyStore.ProtectionParameterDomainLoadStoreParameter. getProtectionParameter()このドメインのキーストア保護パラメータを取得します。abstract KeyStore.ProtectionParameterKeyStore.Builder. getProtectionParameter(String alias)指定された別名のEntryを取得する際に使用すべきProtectionParameterを返します。KeyStore.ProtectionParameterKeyStore.LoadStoreParameter. getProtectionParameter()キーストア・データの保護に使用されるパラメータを取得します。KeyStore.ProtectionParameter型の引数を持つ型を返すjava.securityのメソッド 修飾子と型 メソッド 説明 Map<String,KeyStore.ProtectionParameter>DomainLoadStoreParameter. getProtectionParams()このドメインのキーストアに対するキーストア保護パラメータを取得します。KeyStore.ProtectionParameter型のパラメータを持つjava.securityのメソッド 修飾子と型 メソッド 説明 KeyStore.EntryKeyStoreSpi. engineGetEntry(String alias, KeyStore.ProtectionParameter protParam)指定された保護パラメータを使用して、指定された別名に対するKeyStore.Entryを取得します。voidKeyStoreSpi. engineSetEntry(String alias, KeyStore.Entry entry, KeyStore.ProtectionParameter protParam)KeyStore.Entryを指定された別名で保存します。KeyStore.EntryKeyStore. getEntry(String alias, KeyStore.ProtectionParameter protParam)指定された保護パラメータを使用して、指定された別名に対するキーストアEntryを取得します。static KeyStore.BuilderKeyStore.Builder. newInstance(File file, KeyStore.ProtectionParameter protection)新しいBuilderオブジェクトを返します。static KeyStore.BuilderKeyStore.Builder. newInstance(String type, Provider provider, File file, KeyStore.ProtectionParameter protection)新しいBuilderオブジェクトを返します。static KeyStore.BuilderKeyStore.Builder. newInstance(String type, Provider provider, KeyStore.ProtectionParameter protection)新しいBuilderオブジェクトを返します。static KeyStore.BuilderKeyStore.Builder. newInstance(KeyStore keyStore, KeyStore.ProtectionParameter protectionParameter)指定されたKeyStoreをカプセル化する新しいBuilderを返します。voidKeyStore. setEntry(String alias, KeyStore.Entry entry, KeyStore.ProtectionParameter protParam)キーストアEntryを指定された別名で保存します。KeyStore.ProtectionParameter型の型引数を持つjava.securityのコンストラクタ・パラメータ コンストラクタ 説明 DomainLoadStoreParameter(URI configuration, Map<String,KeyStore.ProtectionParameter> protectionParams)キーストア・データを保護するために使用されるパラメータで、キーストア・ドメインのDomainLoadStoreParameterを構築します。
-