-
- Enclosing class:
- KeyStore
public static interface KeyStore.Entry
KeyStore
条目类型的标记界面。- 从以下版本开始:
- 1.5
-
-
Nested Class Summary
Nested Classes Modifier and Type 接口 描述 static interface
KeyStore.Entry.Attribute
与密钥库条目关联的属性。
-
方法摘要
所有方法 接口方法 Default Methods Modifier and Type 方法 描述 default Set<KeyStore.Entry.Attribute>
getAttributes()
检索与条目关联的属性。
-
-
-
方法详细信息
-
getAttributes
default Set<KeyStore.Entry.Attribute> getAttributes()
检索与条目关联的属性。- 实现要求:
-
默认实现返回一个空的
Set
。 - 结果
-
一个不可修改的属性
Set
,可能是空的 - 从以下版本开始:
- 1.8
-
-