モジュール java.base
パッケージ java.security

インタフェースKeyStore.Entry

既知のすべての実装クラス:
KeyStore.PrivateKeyEntry, KeyStore.SecretKeyEntry, KeyStore.TrustedCertificateEntry
含まれているクラス:
KeyStore

public static interface KeyStore.Entry
KeyStoreエントリの種類に対するマーカー・インタフェースです。
導入されたバージョン:
1.5
  • ネストされたクラスのサマリー

    ネストされたクラス
    修飾子と型 インタフェース 説明
    static interface  KeyStore.Entry.Attribute
    キーストア・エントリに関連付けられた属性。
  • メソッドのサマリー

    修飾子と型 メソッド 説明
    default Set<KeyStore.Entry.Attribute> getAttributes()
    エントリに関連付けられている属性を取得します。
  • メソッドの詳細

    • getAttributes

      default Set<KeyStore.Entry.Attribute> getAttributes()
      エントリに関連付けられている属性を取得します。
      実装要件:
      デフォルトの実装は、空のSetを返します。
      戻り値:
      属性の変更不可能なSet(空の場合もある)
      導入されたバージョン:
      1.8