- 封装类:
-
KeyStore
public static interface KeyStore.Entry
一个用于
KeyStore
条目类型的标记接口。
- 自JDK版本:
- 1.5
-
Nested Class Summary
Nested Classes -
Method Summary
-
Method Details
-
getAttributes
检索与条目关联的属性。- 实现要求:
-
默认实现返回一个空的
Set
。 - 返回:
-
一个不可修改的
Set
属性集,可能为空 - 自JDK版本:
- 1.8
-