Android APIs
Added in API level 14
public interface

KeyChainAliasCallback

android.security.KeyChainAliasCallback

Class Overview

The KeyChainAliasCallback is the callback for choosePrivateKeyAlias(Activity, KeyChainAliasCallback, String[], Principal[], Uri, String).

Summary

Public Methods
abstract void alias(String alias)
Called with the alias of the certificate chosen by the user, or null if no value was chosen.

Public Methods

public abstract void alias (String alias)

Added in API level 14

Called with the alias of the certificate chosen by the user, or null if no value was chosen.