HomeSort by relevance Sort by last modified time
    Searched full:sslcertificate (Results 1 - 25 of 96) sorted by null

1 2 3 4

  /cts/tests/tests/net/src/android/net/http/cts/
SslCertificate_DNameTest.java 23 import android.net.http.SslCertificate;
24 import android.net.http.SslCertificate.DName;
31 // new the SslCertificate instance
34 SslCertificate ssl = new SslCertificate(TO, BY, DateFormat.getInstance().format(
SslCertificateTest.java 36 import android.net.http.SslCertificate;
37 import android.net.http.SslCertificate.DName;
43 // new the SslCertificate instance
45 new SslCertificate("c=129", "e=weji", date, date);
47 // new the SslCertificate instance
48 new SslCertificate(new MockX509Certificate());
192 SslCertificate ssl = new SslCertificate("c=129", "e=weji", date1, date2);
193 Bundle saved = SslCertificate.saveState(ssl);
200 assertNull(SslCertificate.saveState(null))
    [all...]
SslErrorTest.java 19 import android.net.http.SslCertificate;
28 private SslCertificate mCertificate;
33 mCertificate = new SslCertificate("foo", "bar", new Date(42), new Date(43));
  /external/chromium_org/third_party/webrtc/base/
sslidentity.h 25 // Forward declaration due to circular dependency with SSLCertificate.
33 // The SSLCertificate object is pretty much immutable once created.
36 class SSLCertificate {
44 static SSLCertificate* FromPEMString(const std::string& pem_string);
45 virtual ~SSLCertificate() {}
47 // Returns a new SSLCertificate object instance wrapping the same
50 virtual SSLCertificate* GetReference() const = 0;
75 // SSLCertificate pointers.
78 // These constructors copy the provided SSLCertificate(s), so the caller
80 explicit SSLCertChain(const std::vector<SSLCertificate*>& certs)
    [all...]
sslfingerprint.h 21 class SSLCertificate;
28 const rtc::SSLCertificate* cert);
fakesslidentity.h 22 class FakeSSLCertificate : public rtc::SSLCertificate {
65 std::vector<SSLCertificate*> new_certs(certs_.size());
76 static void DeleteCert(SSLCertificate* cert) { delete cert; }
sslidentity.cc 93 SSLCertificate* SSLCertificate::FromPEMString(const std::string& pem_string) {
112 SSLCertificate* SSLCertificate::FromPEMString(const std::string& pem_string) {
131 SSLCertificate* SSLCertificate::FromPEMString(const std::string& pem_string) {
sslstreamadapterhelper.h 48 virtual bool GetPeerCertificate(SSLCertificate** cert) const;
100 scoped_ptr<SSLCertificate> peer_certificate_;
sslfingerprint.cc 32 const std::string& algorithm, const rtc::SSLCertificate* cert) {
  /frameworks/base/core/tests/coretests/src/android/net/http/
SslCertificateTest.java 20 import android.net.http.SslCertificate;
50 SslCertificate sslCertificate = new SslCertificate(x509Certificate);
51 assertEquals("", sslCertificate.getIssuedBy().getDName());
105 SslCertificate sslCertificate = new SslCertificate(x509Certificate);
106 assertEquals(dn, "Posta CA 1", sslCertificate.getIssuedTo().getCName());
  /external/chromium_org/android_webview/java/src/org/chromium/android_webview/
SslUtil.java 7 import android.net.http.SslCertificate;
25 public static SslError sslErrorFromNetErrorCode(int error, SslCertificate cert, String url) {
41 public static SslCertificate getCertificateFromDerBytes(byte[] derBytes) {
49 return new SslCertificate(x509Certificate);
  /frameworks/base/docs/html/sdk/api_diff/8/changes/
android.net.http.SslCertificate.html 10 android.net.http.SslCertificate
74 Class android.net.http.<A HREF="../../../../reference/android/net/http/SslCertificate.html" target="_top"><font size="+2"><code>SslCertificate</code></font></A>
85 <A NAME="android.net.http.SslCertificate.ctor_added(java.lang.String, java.lang.String, java.util.Date, java.util.Date)"></A>
86 <nobr><A HREF="../../../../reference/android/net/http/SslCertificate.html#SslCertificate(java.lang.String, java.lang.String, java.util.Date, java.util.Date)" target="_top"><code>SslCertificate</code></A>(<code>String,</nobr> String<nobr>,</nobr> Date<nobr>,</nobr> Date<nobr><nobr></code>)</nobr>
100 <A NAME="android.net.http.SslCertificate.ctor_changed(java.lang.String, java.lang.String, java.lang.String, java.lang.String)"></A>
101 <nobr><A HREF="../../../../reference/android/net/http/SslCertificate.html#SslCertificate(java.lang.String, java.lang.String, java.lang.String, java.lang.String)" target="_top"><code>SslCe (…)
    [all...]
constructors_index_all.html 78 <i>SslCertificate</i><br>
79 &nbsp;&nbsp;<nobr><A HREF="android.net.http.SslCertificate.html#android.net.http.SslCertificate.ctor_added(java.lang.String, java.lang.String, java.util.Date, java.util.Date)" class="hiddenlink" target="rightframe"><b>SslCertificate</b>
81 &nbsp;&nbsp;<nobr><A HREF="android.net.http.SslCertificate.html#android.net.http.SslCertificate.ctor_changed(java.lang.String, java.lang.String, java.lang.String, java.lang.String)" class="hiddenlink" target="rightframe">SslCertificate
constructors_index_additions.html 72 <nobr><A HREF="android.net.http.SslCertificate.html#android.net.http.SslCertificate.ctor_added(java.lang.String, java.lang.String, java.util.Date, java.util.Date)" class="hiddenlink" target="rightframe"><b>SslCertificate</b>
constructors_index_changes.html 62 <nobr><A HREF="android.net.http.SslCertificate.html#android.net.http.SslCertificate.ctor_changed(java.lang.String, java.lang.String, java.lang.String, java.lang.String)" class="hiddenlink" target="rightframe">SslCertificate
pkg_android.net.http.html 106 <A NAME="SslCertificate"></A>
107 <nobr><A HREF="android.net.http.SslCertificate.html">SslCertificate</A></nobr>
  /frameworks/base/core/java/android/net/http/
SslError.java 75 final SslCertificate mCertificate;
87 * @deprecated Use {@link #SslError(int, SslCertificate, String)}
90 public SslError(int error, SslCertificate certificate) {
113 public SslError(int error, SslCertificate certificate, String url) {
129 this(error, new SslCertificate(certificate), url);
140 int error, SslCertificate cert, String url) {
158 public SslCertificate getCertificate() {
SslCertificate.java 45 public class SslCertificate {
95 public static Bundle saveState(SslCertificate certificate) {
119 public static SslCertificate restoreState(Bundle bundle) {
136 return new SslCertificate(bundle.getString(ISSUED_TO),
151 * @deprecated Use {@link #SslCertificate(X509Certificate)}
154 public SslCertificate(
165 * @deprecated Use {@link #SslCertificate(X509Certificate)}
168 public SslCertificate(
177 public SslCertificate(X509Certificate certificate) {
185 private SslCertificate(
    [all...]
  /frameworks/base/docs/html/sdk/api_diff/12/changes/
android.net.http.SslCertificate.html 10 android.net.http.SslCertificate
74 Class android.net.http.<A HREF="../../../../reference/android/net/http/SslCertificate.html" target="_top"><font size="+2"><code>SslCertificate</code></font></A>
85 <A NAME="android.net.http.SslCertificate.ctor_changed(java.lang.String, java.lang.String, java.util.Date, java.util.Date)"></A>
86 <nobr><A HREF="../../../../reference/android/net/http/SslCertificate.html#SslCertificate(java.lang.String, java.lang.String, java.util.Date, java.util.Date)" target="_top"><code>SslCertificate</code></A>(<code>String,</nobr> String<nobr>,</nobr> Date<nobr>,</nobr> Date<nobr><nobr></code>) </nobr>
constructors_index_changes.html 54 <nobr><A HREF="android.net.http.SslCertificate.html#android.net.http.SslCertificate.ctor_changed(java.lang.String, java.lang.String, java.util.Date, java.util.Date)" class="hiddenlink" target="rightframe">SslCertificate
pkg_android.net.http.html 84 <A NAME="SslCertificate"></A>
85 <nobr><A HREF="android.net.http.SslCertificate.html">SslCertificate</A></nobr>
  /frameworks/base/docs/html/sdk/api_diff/14/changes/
android.net.http.SslError.html 85 <A NAME="android.net.http.SslError.ctor_added(int, android.net.http.SslCertificate, java.lang.String)"></A>
86 <nobr><A HREF="../../../../reference/android/net/http/SslError.html#SslError(int, android.net.http.SslCertificate, java.lang.String)" target="_top"><code>SslError</code></A>(<code>int,</nobr> SslCertificate<nobr>,</nobr> String<nobr><nobr></code>)</nobr>
107 <A NAME="android.net.http.SslError.ctor_changed(int, android.net.http.SslCertificate)"></A>
108 <nobr><A HREF="../../../../reference/android/net/http/SslError.html#SslError(int, android.net.http.SslCertificate)" target="_top"><code>SslError</code></A>(<code>int,</nobr> SslCertificate<nobr><nobr></code>) </nobr>
constructors_index_changes.html 55 &nbsp;&nbsp;<nobr><A HREF="android.net.http.SslError.html#android.net.http.SslError.ctor_changed(int, android.net.http.SslCertificate)" class="hiddenlink" target="rightframe">SslError
56 (<code>int, SslCertificate</code>)</A></nobr>&nbsp;constructor<br>
  /external/chromium_org/chrome/android/java/src/org/chromium/chrome/browser/
CertificateViewer.java 10 import android.net.http.SslCertificate;
123 SslCertificate sslCert = new SslCertificate(x509);
  /packages/apps/Browser/src/com/android/browser/
PageDialogsHandler.java 23 import android.net.http.SslCertificate;
53 // as SSLCertificate has different style for landscape / portrait, we
242 SslCertificate cert = tab.getWebView().getCertificate();
282 SslCertificate cert = error.getCertificate();
342 private AlertDialog.Builder createSslCertificateDialog(SslCertificate certificate,

Completed in 373 milliseconds

1 2 3 4