KeyChainAliasCallbackpublic interface KeyChainAliasCallback The KeyChainAliasCallback is the callback for {@link
KeyChain#choosePrivateKeyAlias}. |
Methods Summary |
---|
public void | alias(java.lang.String alias)Called with the alias of the certificate chosen by the user, or
null if no value was chosen.
|
|