Added in API level 14
  
  
  
  
KeyChainAliasCallback
  public
  
  
  
  interface
  KeyChainAliasCallback
  
  
  
| android.security.KeyChainAliasCallback | 
The KeyChainAliasCallback is the callback for KeyChain.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
alias
    Added in API level 14
  
      
  
    public abstract void alias (String alias)
Called with the alias of the certificate chosen by the user, or null if no value was chosen.
| Parameters | |
|---|---|
| alias | String: This value may benull. | 
