public class ClaveAuthentication
extends java.lang.Object
| Modifier and Type | Class and Description |
|---|---|
static class |
ClaveAuthentication.ClaveBean
Class that holds Cl@ve response.
|
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
KNOWN_SEARCH_EXCEPTION |
| Constructor and Description |
|---|
ClaveAuthentication() |
| Modifier and Type | Method and Description |
|---|---|
static ClaveAuthentication.ClaveBean |
doClave(java.lang.String htmlData,
java.lang.String formAttr,
java.lang.String formAttrValue,
javax.net.ssl.SSLSocketFactory sslSocketFactory,
android.content.Context context)
Return final HTML content at the cl@ve authentication request process.
|
public static ClaveAuthentication.ClaveBean doClave(java.lang.String htmlData, java.lang.String formAttr, java.lang.String formAttrValue, javax.net.ssl.SSLSocketFactory sslSocketFactory, android.content.Context context) throws java.lang.Exception
htmlData - initial web page from cl@ve authentication is requested.formAttr - identifier of the cl@ve request form (e.g., 'id' or 'name' attributes of the form tag).formAttrValue - value of the previous identifier attribute.sslSocketFactory - context - application context.java.lang.IllegalArgumentException - if htmlData or formAttr or formAttrValue or context is null.java.lang.Exception