Module java.base
Package java.security

Interface KeyStore.Entry

所有已知的实现类:
KeyStore.PrivateKeyEntry, KeyStore.SecretKeyEntry, KeyStore.TrustedCertificateEntry
封装类:
KeyStore

public static interface KeyStore.Entry
一个用于KeyStore条目类型的标记接口。
自JDK版本:
1.5
  • Nested Class Summary

    Nested Classes
    Modifier and Type
    Interface
    Description
    static interface 
    与密钥库条目关联的属性。
  • Method Summary

    Modifier and Type
    Method
    Description
    检索与条目关联的属性。
  • Method Details

    • getAttributes

      default Set<KeyStore.Entry.Attribute> getAttributes()
      检索与条目关联的属性。
      实现要求:
      默认实现返回一个空的Set
      返回:
      一个不可修改的Set属性集,可能为空
      自JDK版本:
      1.8