Uses of Class
android.net.http.SslCertificate

Packages that use SslCertificate
android.net.http   
android.webkit   
 

Uses of SslCertificate in android.net.http
 

Methods in android.net.http that return SslCertificate
 SslCertificate SslError.getCertificate()
           
static SslCertificate SslCertificate.restoreState(Bundle bundle)
           
 

Methods in android.net.http with parameters of type SslCertificate
static Bundle SslCertificate.saveState(SslCertificate certificate)
           
 

Constructors in android.net.http with parameters of type SslCertificate
SslError(int error, SslCertificate certificate)
           
SslError(int error, SslCertificate certificate, String url)
           
 

Uses of SslCertificate in android.webkit
 

Methods in android.webkit that return SslCertificate
 SslCertificate WebView.getCertificate()
           
 

Methods in android.webkit with parameters of type SslCertificate
 void WebView.setCertificate(SslCertificate certificate)
           
 



Copyright © 2008-2012. All Rights Reserved.