# Print output for @column tags ?> KeyStore.Entry.Attribute - Android SDK | Android Developers

Most visited

Recently visited

KeyStore.Entry.Attribute

public static interface KeyStore.Entry.Attribute

java.security.KeyStore.Entry.Attribute


An attribute associated with a keystore entry. It comprises a name and one or more values.

Summary

Public methods

abstract String getName()

Returns the attribute's name.

abstract String getValue()

Returns the attribute's value.

Public methods

getName

public abstract String getName ()

Returns the attribute's name.

Returns
String the attribute name

getValue

public abstract String getValue ()

Returns the attribute's value. Multi-valued attributes encode their values as a single string.

Returns
String the attribute value