Searched defs:SslError (Results 1 - 1 of 1) sorted by last modified time

/frameworks/base/core/java/android/net/http/
H A DSslError.java25 public class SslError { class
59 * @deprecated This constant is not necessary for using the SslError API and
83 * Creates a new SslError object using the supplied error and certificate.
87 * @deprecated Use {@link #SslError(int, SslCertificate, String)}
90 public SslError(int error, SslCertificate certificate) { method in class:SslError
95 * Creates a new SslError object using the supplied error and certificate.
99 * @deprecated Use {@link #SslError(int, X509Certificate, String)}
102 public SslError(int error, X509Certificate certificate) { method in class:SslError
107 * Creates a new SslError object using the supplied error, certificate and
113 public SslError(in method in class:SslError
128 public SslError(int error, X509Certificate certificate, String url) { method in class:SslError
[all...]

Completed in 47 milliseconds