public interface HttpsCallback
| Modifier and Type | Interface and Description |
|---|---|
static class |
HttpsCallback.CERTIFICATE_ACTION
Enumerable with the possible states for trusting the certificate.
|
| Modifier and Type | Method and Description |
|---|---|
HttpsCallback.CERTIFICATE_ACTION |
ShowDialogCertificateExpired(java.security.cert.X509Certificate[] chain)
Method that will be called when the trust manager needs confirmation about the usage of the server's certificate.
|
HttpsCallback.CERTIFICATE_ACTION ShowDialogCertificateExpired(java.security.cert.X509Certificate[] chain)
chain - the certificate chain to validate.