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 ICordovaClientCertRequest
public java.lang.String getHost()
getHost
in interface ICordovaClientCertRequest
public java.lang.String[] getKeyTypes()
getKeyTypes
in interface ICordovaClientCertRequest
public int getPort()
getPort
in interface ICordovaClientCertRequest
public java.security.Principal[] getPrincipals()
getPrincipals
in interface ICordovaClientCertRequest
public void ignore()
ignore
in interface ICordovaClientCertRequest
public void proceed(java.security.PrivateKey privateKey, java.security.cert.X509Certificate[] chain)
proceed
in interface ICordovaClientCertRequest