public interface KeyChainAliasCallback
android.security.KeyChainAliasCallback |
The KeyChainAliasCallback is the callback for choosePrivateKeyAlias(Activity, KeyChainAliasCallback, String[], Principal[], Uri, String)
.
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. |
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
|