public final class CertificateUI extends InternalUI
_appContext, _backgroundColor, _textColor, _typeFace, bgResourceId, logger, themeResId
Constructor and Description |
---|
CertificateUI(android.app.Activity activity)
Constructor.
|
Modifier and Type | Method and Description |
---|---|
void |
noCertificateAvailableAlert()
Dialog that warns that there is no certificate available.
|
int |
showCertificateSelectionDialog(java.security.cert.X509Certificate[] certificates)
Dialog that lists all the certificates available.
|
getAppContext, getTextTypeFace, setAppContext, setBackgroundColor, setBackgroundColor, setTextColor, setTextColor, setTextTypeFace
public CertificateUI(android.app.Activity activity)
activity
- application activity.public int showCertificateSelectionDialog(java.security.cert.X509Certificate[] certificates)
certificates
- list of the certificates to show.public void noCertificateAvailableAlert()