public class SslError extends Object
| Modifier and Type | Field and Description |
|---|---|
static int |
SSL_DATE_INVALID |
static int |
SSL_EXPIRED |
static int |
SSL_IDMISMATCH |
static int |
SSL_INVALID |
static int |
SSL_MAX_ERROR
Deprecated.
|
static int |
SSL_NOTYETVALID |
static int |
SSL_UNTRUSTED |
| Constructor and Description |
|---|
SslError(int error,
SslCertificate certificate)
Deprecated.
|
SslError(int error,
SslCertificate certificate,
String url) |
SslError(int error,
X509Certificate certificate)
Deprecated.
|
SslError(int error,
X509Certificate certificate,
String url) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
addError(int error) |
SslCertificate |
getCertificate() |
int |
getPrimaryError() |
String |
getUrl() |
boolean |
hasError(int error) |
String |
toString() |
public static final int SSL_NOTYETVALID
public static final int SSL_EXPIRED
public static final int SSL_IDMISMATCH
public static final int SSL_UNTRUSTED
public static final int SSL_DATE_INVALID
public static final int SSL_INVALID
@Deprecated public static final int SSL_MAX_ERROR
@Deprecated public SslError(int error, SslCertificate certificate)
@Deprecated public SslError(int error, X509Certificate certificate)
public SslError(int error,
SslCertificate certificate,
String url)
public SslError(int error,
X509Certificate certificate,
String url)
public SslCertificate getCertificate()
public String getUrl()
public boolean addError(int error)
public boolean hasError(int error)
public int getPrimaryError()
Copyright © 2008-2013. All Rights Reserved.