Searched refs:getCertificateChain (Results 1 - 25 of 25) sorted by relevance

/external/chromium_org/chrome/android/java/src/org/chromium/chrome/browser/
H A DPKCS11AuthenticationManager.java35 public X509Certificate[] getCertificateChain(String alias); method in interface:PKCS11AuthenticationManager
H A DSSLClientCertificateRequest.java66 abstract X509Certificate[] getCertificateChain(String alias); method in class:SSLClientCertificateRequest.CertAsyncTask
74 X509Certificate[] chain = getCertificateChain(alias);
135 X509Certificate[] getCertificateChain(String alias) { method in class:SSLClientCertificateRequest.CertAsyncTaskKeyChain
137 return KeyChain.getCertificateChain(mContext, alias);
173 X509Certificate[] getCertificateChain(String alias) { method in class:SSLClientCertificateRequest.CertAsyncTaskPKCS11
174 return mPKCS11AuthManager.getCertificateChain(alias);
/external/chromium_org/chrome/android/shell/java/src/org/chromium/chrome/shell/
H A DChromeShellPKCS11AuthenticationManager.java34 public X509Certificate[] getCertificateChain(String alias) { method in class:ChromeShellPKCS11AuthenticationManager
/external/apache-harmony/x-net/src/test/impl/java.injected/org/apache/harmony/xnet/provider/jsse/
H A DKeyManagerImplTest.java55 assertNull(km.getCertificateChain("alias"));
78 assertTrue(km.getCertificateChain("ssl_test_store") != null);
/external/apache-harmony/security/src/test/api/java/org/apache/harmony/security/tests/java/security/
H A DKeyStorePrivateKeyEntryTest.java75 Certificate[] chain = privateKeyEntry.getCertificateChain();
H A DKSPrivateKeyEntryTest.java144 * Test for <code>getCertificateChain()</code> method Assertion: returns
151 Certificate[] res = ksPKE.getCertificateChain();
H A DKeyStoreTest.java171 assertEquals(kss[i].getCertificateChain(alias).length, certs.length);
178 assertNull(kss[i].getCertificateChain(alias));
H A DKeyStore2Test.java290 * @tests java.security.KeyStore#getCertificateChain(java.lang.String)
294 // java.security.KeyStore.getCertificateChain(java.lang.String)
310 .getCertificateChain("alias2");
312 + "from getCertificateChain", certRes.length == 2);
313 assertTrue("the certificates returned from getCertificateChain "
318 .getCertificateChain("alias1");
320 + "getCertificateChain is NOT null", certResNull);
/external/apache-harmony/x-net/src/test/api/java/org/apache/harmony/xnet/tests/javax/net/ssl/
H A DX509ExtendedKeyManagerTest.java72 * @see javax.net.ssl.X509KeyManager#getCertificateChain(java.lang.String)
74 public X509Certificate[] getCertificateChain(String alias) { method in class:MyX509ExtendedKeyManager
/external/conscrypt/src/main/java/org/conscrypt/
H A DKeyManagerImpl.java100 public X509Certificate[] getCertificateChain(String alias) { method in class:KeyManagerImpl
105 Certificate[] certs = hash.get(alias).getCertificateChain();
160 final Certificate[] chain = entry.getCertificateChain();
H A DSSLParametersImpl.java416 X509Certificate[] certificates = keyManager.getCertificateChain(alias);
/external/conscrypt/src/test/java/org/conscrypt/
H A DTrustManagerImplTest.java77 X509Certificate[] chain3 = (X509Certificate[])pke.getCertificateChain();
110 X509Certificate[] chain3 = (X509Certificate[])pke.getCertificateChain();
124 X509Certificate[] chain3 = (X509Certificate[])pke.getCertificateChain();
146 X509Certificate[] chain3 = (X509Certificate[]) pke.getCertificateChain();
169 .getCertificateChain()[1], intermediate, "gugle.com", server), "gugle.com",
H A DCertPinManagerTest.java60 chain = (X509Certificate[]) pke.getCertificateChain();
H A DTrustedCertificateStoreTest.java203 CHAIN = (X509Certificate[]) PRIVATE.getCertificateChain();
518 List<X509Certificate> actualList = store.getCertificateChain(expected[0]);
643 return store.getCertificateChain(getCertLoopEe());
H A DNativeCryptoTest.java127 serverPrivateKeyEntry.getCertificateChain());
134 clientPrivateKeyEntry.getCertificateChain());
/external/apache-harmony/security/src/test/impl/java/org/apache/harmony/security/tests/java/security/
H A DKeyStore_Impl1Test.java234 * <code>getCertificateChain(String alias)</code>
262 kss[i].getCertificateChain("");
500 cc = ((KeyStore.PrivateKeyEntry) en).getCertificateChain();
517 cc = kss[i].getCertificateChain(aliases[j]);
615 assertNull("Incorrect CertificateChain", kss[i].getCertificateChain(aliases[j]));
707 * <code>getCertificateChain(String alias)</code>
720 * setKeyEntry(..) stores used entry, getKey(..) returns it and getCertificateChain(...)
781 kss[i].getCertificateChain(null);
798 Certificate[] cc = kss[i].getCertificateChain(aliases[j]);
H A DKeyStore_Impl2Test.java97 assertNull("getCertificateChain must return null", keyS
98 .getCertificateChain(alias));
220 keyS.getCertificateChain(alias);
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/jcajce/provider/keystore/bc/
H A DBcKeyStoreSpi.java323 Certificate[] getCertificateChain() method in class:BcKeyStoreSpi.StoreEntry
524 Certificate[] chain = entry.getCertificateChain();
555 Certificate[] chain = entry.getCertificateChain();
574 return entry.getCertificateChain();
749 Certificate[] chain = entry.getCertificateChain();
/external/conscrypt/src/platform/java/org/conscrypt/
H A DTrustedCertificateStore.java426 public List<X509Certificate> getCertificateChain(X509Certificate leaf) method in class:TrustedCertificateStore
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.osgi_3.6.1.R36x_v20100806.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.osgi_3.6.2.R36x_v20101103.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
/external/chromium_org/third_party/libaddressinput/src/java/
H A Dandroid.jarMETA-INF/ META-INF/MANIFEST.MF AndroidManifest.xml android/ android/Manifest$permission.class ...
/external/google-tv-pairing-protocol/java/jar/
H A Dbcprov-jdk15-143.jarMETA-INF/MANIFEST.MF META-INF/BCKEY.SF META-INF/BCKEY.DSA META ...
/external/robolectric/lib/main/
H A Dandroid.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/android/ com/android/internal/ com/android/internal/util/ ...
/external/chromium_org/third_party/android_platform/webview/
H A Dframeworks.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/location/ android/location/Address$1.class ...

Completed in 300 milliseconds