public class CordovaClientCertRequest extends java.lang.Object implements ICordovaClientCertRequest
| Constructor and Description |
|---|
CordovaClientCertRequest(android.webkit.ClientCertRequest request) |
| Modifier and Type | Method and Description |
|---|---|
void |
cancel()
Cancel this request
|
java.lang.String |
getHost() |
java.lang.String[] |
getKeyTypes() |
int |
getPort() |
java.security.Principal[] |
getPrincipals() |
void |
ignore() |
void |
proceed(java.security.PrivateKey privateKey,
java.security.cert.X509Certificate[] chain) |
public CordovaClientCertRequest(android.webkit.ClientCertRequest request)
public void cancel()
cancel in interface ICordovaClientCertRequestpublic java.lang.String getHost()
getHost in interface ICordovaClientCertRequestpublic java.lang.String[] getKeyTypes()
getKeyTypes in interface ICordovaClientCertRequestpublic int getPort()
getPort in interface ICordovaClientCertRequestpublic java.security.Principal[] getPrincipals()
getPrincipals in interface ICordovaClientCertRequestpublic void ignore()
ignore in interface ICordovaClientCertRequestpublic void proceed(java.security.PrivateKey privateKey,
java.security.cert.X509Certificate[] chain)
proceed in interface ICordovaClientCertRequest