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
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 be null . |