public static interface
KeyStore.Entry
| Known Indirect Subclasses |
A marker interface for KeyStore entry types.
Nested Class Summary
| interface | KeyStore.Entry.Attribute | An attribute associated with a keystore entry. | |
Public Method Summary
| Set<KeyStore.Entry.Attribute> |
getAttributes()
Retrieves the attributes associated with an entry.
|
Public Methods
public Set<KeyStore.Entry.Attribute> getAttributes ()
Retrieves the attributes associated with an entry.
The default implementation returns an empty Set.
Returns
- an unmodifiable
Setof attributes, possibly empty