-
- All Known Implementing Classes:
PKCS12Attribute
- Enclosing interface:
- KeyStore.Entry
public static interface KeyStore.Entry.AttributeAn attribute associated with a keystore entry. It comprises a name and one or more values.- Since:
- 1.8
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StringgetName()Returns the attribute's name.StringgetValue()Returns the attribute's value.
-