Added in API level 1
    Entry
interface Entry
| java.security.KeyStore.Entry | 
A marker interface for KeyStore entry types.
Summary
| Nested classes | |
|---|---|
| abstract | 
            
             An attribute associated with a keystore entry.  | 
        
| Public methods | |
|---|---|
| open MutableSet<KeyStore.Entry.Attribute!>! | 
            
             Retrieves the attributes associated with an entry.  | 
        
Public methods
getAttributes
Added in API level 26
      open fun getAttributes(): MutableSet<KeyStore.Entry.Attribute!>!
Retrieves the attributes associated with an entry.
| Return | |
|---|---|
MutableSet<KeyStore.Entry.Attribute!>! | 
            an unmodifiable Set of attributes, possibly empty |